We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af11db1 + f133626 commit 7cc93f3Copy full SHA for 7cc93f3
gatsby-config.js
@@ -32,7 +32,7 @@ module.exports = {
32
flags: {
33
FAST_DEV: false,
34
DEV_SSR: false,
35
- PARALLEL_SOURCING: false,
+ PARALLEL_SOURCING: false, // Disabled to avoid build instability and excessive resource usage in CI; re-evaluate after Gatsby/infra upgrades
36
...devFlags,
37
},
38
trailingSlash: "never",
0 commit comments