This commit is contained in:
2025-12-02 19:57:38 +01:00
parent 304dbe0a19
commit ec78aa6566

View File

@@ -8,13 +8,6 @@ export default defineNuxtConfig({
preference: 'dark',
classSuffix: '',
},
nitro: {
prerender: {
crawlLinks: true,
routes: ['/', '/robots.txt'],
ignore: ['/reveal'],
},
},
routeRules: {
'/**': { cache: { maxAge: 60 * 10 } },
},