Skip to content

Commit 59813cf

Browse files
committedJun 14, 2024
docs: prerender index
1 parent c25453f commit 59813cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎docs/nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineNuxtConfig({
2020
},
2121
nitro: {
2222
prerender: {
23-
routes: ['/api/search.json'],
23+
routes: ['/', '/api/search.json'],
2424
autoSubfolderIndex: false,
2525
},
2626
},

0 commit comments

Comments
 (0)
Please sign in to comment.