This commit is contained in:
alsaze
2025-12-04 13:45:18 +03:00
parent 0901ac574c
commit faf95ec89c
2 changed files with 13 additions and 0 deletions

View File

@@ -60,4 +60,10 @@ export default defineNuxtConfig({
fonts: {
provider: 'google',
},
nitro: {
preset: 'static',
},
routeRules: {
'/**': { prerender: true },
},
})