From 0a00baeefb231db6e6908d921b272acd5079c2fb Mon Sep 17 00:00:00 2001 From: IwanIDev Date: Fri, 27 Mar 2026 15:19:33 +0000 Subject: refactor: move home page header into a seperate component --- astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'astro.config.mjs') 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, -- cgit