chore(config): remove prefetch

This commit is contained in:
taroj1205 2025-01-25 12:18:10 +13:00
parent 1a6394b36b
commit a06d53e51e

View file

@ -18,8 +18,5 @@ export default defineConfig({
site: 'https://zen-browser.app',
redirects: {
'/themes/[...slug]': '/mods/[...slug]',
},
prefetch: {
prefetchAll: true,
}
})