Skip to content

Commit 30607f8

Browse files
chore: fix lighthouse runs
1 parent 997bcca commit 30607f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ export default defineConfig(({ mode }) => ({
5959
nitro: {
6060
logLevel: 3,
6161
prerender: {
62-
concurrency: 1,
63-
autoSubfolderIndex: false
62+
concurrency: 1
6463
},
6564
hooks: {
6665
'prerender:generate': (route) => {

0 commit comments

Comments
 (0)