Skip to content

Commit 59353f4

Browse files
authored
fix(prerender): redirect issue with static deployment (#211)
1 parent f74dbc9 commit 59353f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export default defineNuxtConfig({
3636
routes: [
3737
'/'
3838
],
39-
crawlLinks: true
39+
crawlLinks: true,
40+
autoSubfolderIndex: false
4041
}
4142
},
4243

0 commit comments

Comments
 (0)