diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-27 15:19:33 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-27 15:19:33 +0000 |
| commit | 0a00baeefb231db6e6908d921b272acd5079c2fb (patch) | |
| tree | fbe7964b5150082f46410b0100892db45b09715f /astro.config.mjs | |
| parent | 8b74051bf58f48cbdd1c80e9b130e51b0702a725 (diff) | |
refactor: move home page header into a seperate component
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 2d50471..444c212 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,6 +8,9 @@ import react from "@astrojs/react" export default defineConfig({ vite: { plugins: [tailwindcss()], + optimizeDeps: { + exclude: ['astro/virtual-modules/prefetch.js'] + } }, integrations: [react()], prefetch: true, |
