Merge pull request #1627 from SkynetLabs/fix-m1-mac-build
fix website build on m1 mac
This commit is contained in:
commit
a825e351e5
|
@ -114,6 +114,7 @@ exports.createSchemaCustomization = ({ actions }) => {
|
||||||
external: String
|
external: String
|
||||||
hidden: Boolean
|
hidden: Boolean
|
||||||
categories: [String]
|
categories: [String]
|
||||||
|
avatar: File! @fileByRelativePath
|
||||||
}
|
}
|
||||||
type Fields {
|
type Fields {
|
||||||
slug: String
|
slug: String
|
||||||
|
|
|
@ -13,9 +13,8 @@
|
||||||
"copy-text-to-clipboard": "3.0.1",
|
"copy-text-to-clipboard": "3.0.1",
|
||||||
"crypto-browserify": "3.12.0",
|
"crypto-browserify": "3.12.0",
|
||||||
"framer-motion": "6.2.3",
|
"framer-motion": "6.2.3",
|
||||||
"gatsby": "4.6.0",
|
"gatsby": "4.5.4",
|
||||||
"gatsby-background-image": "1.6.0",
|
"gatsby-background-image": "1.6.0",
|
||||||
"gatsby-image": "3.11.0",
|
|
||||||
"gatsby-plugin-image": "2.6.0",
|
"gatsby-plugin-image": "2.6.0",
|
||||||
"gatsby-plugin-manifest": "4.6.0",
|
"gatsby-plugin-manifest": "4.6.0",
|
||||||
"gatsby-plugin-matomo": "0.11.0",
|
"gatsby-plugin-matomo": "0.11.0",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue