diff --git a/astro.config.mjs b/astro.config.mjs index 7206424..6044bda 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -18,8 +18,5 @@ export default defineConfig({ site: 'https://zen-browser.app', redirects: { '/themes/[...slug]': '/mods/[...slug]', - }, - prefetch: { - prefetchAll: true, } })