Skip to content

Commit

Permalink
Workaround build failue, set sharp version 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlind committed Dec 14, 2023
1 parent 0d920f3 commit 3d060e5
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 189 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"react": "^18.2.0",
"react-dom": "^17.0.2"
},
"resolutions": {
"sharp": "0.33.0",
"gatsby-sharp": "1.12.0"
},
"scripts": {
"start": "gatsby build && gatsby serve",
"start:prefix": "gatsby build --prefix-paths && gatsby serve --prefix-paths",
Expand Down
Loading

0 comments on commit 3d060e5

Please sign in to comment.