diff --git a/astro.config.mjs b/astro.config.mjs index ab537f7..5f69180 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -30,6 +30,9 @@ export default defineConfig({ site: "https://adclosenn.top", base: "/", trailingSlash: "always", + prefetch: { + prefetchAll: true + }, integrations: [ tailwind({ nesting: true,