Skip to content

Commit 37a7a81

Browse files
committed
Nuxt build config (lower concurrency)
1 parent 09380e6 commit 37a7a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default defineNuxtConfig({
4949

5050
nitro: {
5151
prerender: {
52-
concurrency: 25,
52+
concurrency: 10,
5353
interval: 100,
5454
},
5555
},

0 commit comments

Comments
 (0)