Enable prefetch in astro.config.mjs

This commit is contained in:
2026-06-09 00:13:58 +00:00
parent 69c098e1de
commit 8f4a5e5f6c
+1
View File
@@ -12,4 +12,5 @@ export default defineConfig({
},
integrations: [icon()],
prefetch: true
});