Skip to content

Commit 222a7bc

Browse files
committed
Nuxt build config (lower concurrency)
1 parent 7be40de commit 222a7bc

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: 250,
52+
concurrency: 25,
5353
interval: 100,
5454
},
5555
},

0 commit comments

Comments
 (0)