Merge branch 'gatsby-4-2' into main
This commit is contained in:
commit
2e91316a52
@ -32,8 +32,8 @@ export const wrapRootElement = ({ element }) => (
|
|||||||
<SSRProvider>
|
<SSRProvider>
|
||||||
<Provider
|
<Provider
|
||||||
UNSAFE_style={{
|
UNSAFE_style={{
|
||||||
background: "transparent !important",
|
background: "unset",
|
||||||
color: "unset !important",
|
color: "unset",
|
||||||
}}
|
}}
|
||||||
colorScheme="dark"
|
colorScheme="dark"
|
||||||
scale="medium"
|
scale="medium"
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
flags: {
|
|
||||||
FAST_DEV: true
|
|
||||||
},
|
|
||||||
siteMetadata: {
|
siteMetadata: {
|
||||||
title: "Chuck Dries",
|
title: "Chuck Dries",
|
||||||
siteUrl: "https://chuckdries.com",
|
siteUrl: "https://chuckdries.com",
|
||||||
@ -9,12 +6,6 @@ module.exports = {
|
|||||||
plugins: [
|
plugins: [
|
||||||
"gatsby-plugin-image",
|
"gatsby-plugin-image",
|
||||||
"gatsby-plugin-react-helmet",
|
"gatsby-plugin-react-helmet",
|
||||||
{
|
|
||||||
resolve: "gatsby-plugin-manifest",
|
|
||||||
options: {
|
|
||||||
icon: "src/images/glasses-outline.svg",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"gatsby-plugin-mdx",
|
"gatsby-plugin-mdx",
|
||||||
{
|
{
|
||||||
resolve: `gatsby-plugin-sharp`,
|
resolve: `gatsby-plugin-sharp`,
|
||||||
@ -61,5 +52,11 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
"gatsby-plugin-preval",
|
"gatsby-plugin-preval",
|
||||||
"gatsby-plugin-robots-txt",
|
"gatsby-plugin-robots-txt",
|
||||||
|
{
|
||||||
|
resolve: "gatsby-plugin-manifest",
|
||||||
|
options: {
|
||||||
|
icon: "src/images/glasses-outline.svg",
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
@ -7,8 +7,8 @@ export const wrapRootElement = ({ element }) => (
|
|||||||
<SSRProvider>
|
<SSRProvider>
|
||||||
<Provider
|
<Provider
|
||||||
UNSAFE_style={{
|
UNSAFE_style={{
|
||||||
background: "transparent !important",
|
background: "unset",
|
||||||
color: "unset !important",
|
color: "unset",
|
||||||
}}
|
}}
|
||||||
colorScheme="dark"
|
colorScheme="dark"
|
||||||
scale="medium"
|
scale="medium"
|
||||||
|
16
package.json
16
package.json
@ -37,18 +37,18 @@
|
|||||||
"eslint-webpack-plugin": "^2.5.4",
|
"eslint-webpack-plugin": "^2.5.4",
|
||||||
"exifr": "^7.1.3",
|
"exifr": "^7.1.3",
|
||||||
"fast-exif": "^1.0.1",
|
"fast-exif": "^1.0.1",
|
||||||
"gatsby": "^3.4.1",
|
"gatsby": "^4.17.1",
|
||||||
"gatsby-plugin-eslint": "^3.0.0",
|
"gatsby-plugin-eslint": "^3.0.0",
|
||||||
"gatsby-plugin-image": "^1.6.0",
|
"gatsby-plugin-image": "^2.17.0",
|
||||||
"gatsby-plugin-manifest": "^3.6.0",
|
"gatsby-plugin-manifest": "^4.17.0",
|
||||||
"gatsby-plugin-mdx": "^2.7.1",
|
"gatsby-plugin-mdx": "^2.7.1",
|
||||||
"gatsby-plugin-postcss": "^4.6.0",
|
"gatsby-plugin-postcss": "^5.17.0",
|
||||||
"gatsby-plugin-preval": "^1.0.0",
|
"gatsby-plugin-preval": "^1.0.0",
|
||||||
"gatsby-plugin-react-helmet": "^4.6.0",
|
"gatsby-plugin-react-helmet": "^5.17.0",
|
||||||
"gatsby-plugin-robots-txt": "^1.6.2",
|
"gatsby-plugin-robots-txt": "^1.6.2",
|
||||||
"gatsby-plugin-sharp": "^3.6.0",
|
"gatsby-plugin-sharp": "^4.17.0",
|
||||||
"gatsby-source-filesystem": "^3.6.0",
|
"gatsby-source-filesystem": "^4.17.0",
|
||||||
"gatsby-transformer-sharp": "^3.6.0",
|
"gatsby-transformer-sharp": "^4.17.0",
|
||||||
"kebab-case": "^1.0.1",
|
"kebab-case": "^1.0.1",
|
||||||
"node-iptc": "^1.0.5",
|
"node-iptc": "^1.0.5",
|
||||||
"node-vibrant": "3.1.6",
|
"node-vibrant": "3.1.6",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user