Skip to content

Commit

Permalink
Fix concurrency issue and update node engine (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
brob authored Dec 14, 2022
1 parent 9a80c59 commit bd330b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
'gatsby-plugin-mdx',
{
resolve: 'gatsby-plugin-react-svg',
ptions: {
options: {
rule: {
include: /svg/,
},
Expand All @@ -28,6 +28,7 @@ module.exports = {
buildMarkdownNodes: true,
downloadLocalImages: true,
fragmentsPath: 'hygraph-fragments',
queryConcurrency: 1
},
},
'gatsby-transformer-sharp',
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"clean": "gatsby clean",
"dev": "gatsby develop"
},
"engines": {
"node": "~16"
},
"dependencies": {
"@mdx-js/mdx": "1.6.18",
"@mdx-js/react": "1.6.18",
Expand Down

1 comment on commit bd330b0

@vercel
Copy link

@vercel vercel bot commented on bd330b0 Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.