Skip to content

Commit 7cc93f3

Browse files
committed
Merge branch 'work/sharp-rhodes' of https://github.com/layer5io/layer5 into work/sharp-rhodes
2 parents af11db1 + f133626 commit 7cc93f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
flags: {
3333
FAST_DEV: false,
3434
DEV_SSR: false,
35-
PARALLEL_SOURCING: false,
35+
PARALLEL_SOURCING: false, // Disabled to avoid build instability and excessive resource usage in CI; re-evaluate after Gatsby/infra upgrades
3636
...devFlags,
3737
},
3838
trailingSlash: "never",

0 commit comments

Comments
 (0)