Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1627 from SkynetLabs/fix-m1-mac-build
Browse files Browse the repository at this point in the history
fix website build on m1 mac
  • Loading branch information
kwypchlo authored Jan 28, 2022
2 parents 9c4b123 + 6924a5f commit a825e35
Show file tree
Hide file tree
Showing 3 changed files with 1,083 additions and 1,228 deletions.
1 change: 1 addition & 0 deletions packages/website/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ exports.createSchemaCustomization = ({ actions }) => {
external: String
hidden: Boolean
categories: [String]
avatar: File! @fileByRelativePath
}
type Fields {
slug: String
Expand Down
3 changes: 1 addition & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"copy-text-to-clipboard": "3.0.1",
"crypto-browserify": "3.12.0",
"framer-motion": "6.2.3",
"gatsby": "4.6.0",
"gatsby": "4.5.4",
"gatsby-background-image": "1.6.0",
"gatsby-image": "3.11.0",
"gatsby-plugin-image": "2.6.0",
"gatsby-plugin-manifest": "4.6.0",
"gatsby-plugin-matomo": "0.11.0",
Expand Down
Loading

0 comments on commit a825e35

Please sign in to comment.