fix builds on m1 macs

This commit is contained in:
Karol Wypchlo 2022-01-28 17:07:49 +01:00
parent 9c4b123766
commit 6924a5f91d
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
3 changed files with 1078 additions and 1223 deletions

View File

@ -114,6 +114,7 @@ exports.createSchemaCustomization = ({ actions }) => {
external: String
hidden: Boolean
categories: [String]
avatar: File! @fileByRelativePath
}
type Fields {
slug: String

View File

@ -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",

File diff suppressed because it is too large Load Diff