chore: prerender index route as well

zio/stable
Daniel Roe 2022-11-28 16:54:42 +00:00
parent 2df646792d
commit 96acbacf55
No known key found for this signature in database
GPG Key ID: 22D5008E4F5D9B55
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export default defineNuxtConfig({
nitro: {
prerender: {
crawlLinks: false,
routes: ['/200.html'],
routes: ['/', '/200.html'],
},
},
app: {