Skip to content

Commit

Permalink
[gatsby]: add flags in config
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Gupta <[email protected]>
  • Loading branch information
ShivamCoder23 committed Dec 28, 2024
1 parent 7911b24 commit 1627365
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ module.exports = {
},
flags: {
FAST_DEV: true,
PARALLEL_SOURCING: true
PARALLEL_SOURCING: true,
PRESERVE_FILE_DOWNLOAD_CACHE: true,
DETECT_NODE_MUTATIONS: true,
PARTIAL_HYDRATION: true
},
trailingSlash: "never",
plugins: [
Expand Down

0 comments on commit 1627365

Please sign in to comment.