forked from Mirrors/elk
chore: prerender index route as well
This commit is contained in:
parent
2df646792d
commit
96acbacf55
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export default defineNuxtConfig({
|
|||
nitro: {
|
||||
prerender: {
|
||||
crawlLinks: false,
|
||||
routes: ['/200.html'],
|
||||
routes: ['/', '/200.html'],
|
||||
},
|
||||
},
|
||||
app: {
|
||||
|
|
Loading…
Reference in a new issue