chore: prerender index route as well

This commit is contained in:
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

View file

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