Skip to content

Commit

Permalink
Merge branch 'dev' into meetup-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Jun 21, 2024
2 parents 0c34b26 + d75419a commit 12668d8
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 409 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
publish = ".next"

# Default build command.
command = "yarn add sharp --ignore-engines && yarn build"
command = "yarn build"

[build.environment]
NEXT_FORCE_EDGE_IMAGES="true"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@storybook/addon-essentials": "8.1.10",
"@storybook/addon-interactions": "8.1.10",
"@storybook/addon-links": "8.1.10",
"@storybook/nextjs": "8.1.10",
"@storybook/nextjs": "^8.1.10",
"@storybook/react": "8.1.10",
"@storybook/test": "8.1.10",
"@svgr/webpack": "^8.1.0",
Expand Down Expand Up @@ -98,6 +98,7 @@
"unist-util-visit": "^5.0.0"
},
"resolutions": {
"jackspeak": "2.1.1"
"jackspeak": "2.1.1",
"sharp": "0.32.6"
}
}
Loading

0 comments on commit 12668d8

Please sign in to comment.