diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-27 10:13:21 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-27 10:13:21 +0000 |
| commit | 8b74051bf58f48cbdd1c80e9b130e51b0702a725 (patch) | |
| tree | 46137bbb62393276e07c25ea345202099a77e026 /astro.config.mjs | |
| parent | 5667edaf906f289e84ac52daf6464f8ba046dbc7 (diff) | |
feat: enabled prefetch on blog posts
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 00bde21..2d50471 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,4 +10,5 @@ export default defineConfig({ plugins: [tailwindcss()], }, integrations: [react()], + prefetch: true, }) |
