From a06d53e51ef2c531dbb33163e4dc8fdd25eb20ea Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Sat, 25 Jan 2025 12:18:10 +1300 Subject: [PATCH] chore(config): remove prefetch --- astro.config.mjs | 3 --- 1 file changed, 3 deletions(-) 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, } })