Skip to content

Commit 9ffba82

Browse files
committed
config(next): disable prerender indicator
1 parent 6f22a32 commit 9ffba82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ module.exports = withSass({
88

99
return config
1010
},
11+
devIndicators: {
12+
autoPrerender: false,
13+
},
1114
})

0 commit comments

Comments
 (0)