Prepare to OSS

This commit is contained in:
2024-07-01 22:38:24 +02:00
parent b260f1c405
commit e217e4a220
4 changed files with 100 additions and 59 deletions

View File

@@ -76,6 +76,10 @@ export default defineNuxtConfig({
nitro: {
experimental: {
openAPI: true
},
prerender: {
crawlLinks: true,
routes: ['/']
}
},