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

Commit

Permalink
fix: plugin-manifest config & upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Sep 25, 2019
1 parent 63af9d1 commit af52d3d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
17 changes: 6 additions & 11 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,18 +296,13 @@ const plugins = [
{
resolve: `gatsby-plugin-manifest`,
options: {
manifests: [
...sharedManifestProperties,
start_url: `/de/?ref=a2hs`,
lang: `de`,
localize: [
{
...sharedManifestProperties,
start_url: `/de/?ref=a2hs`,
regex: `^/de/.*`,
language: `de`,
},
{
...sharedManifestProperties,
start_url: `/en/?ref=a2hs`,
regex: `^/en/.*`,
language: `en`,
lang: `en`,
},
],
},
Expand All @@ -326,7 +321,7 @@ const plugins = [
{
resolve: `gatsby-plugin-nprogress`,
options: {
color: `#ba0d24`, //`#870515`,
color: `#ba0d24`, // `#870515`,
showSpinner: true,
},
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"gatsby-plugin-emotion": "^4.1.6",
"gatsby-plugin-google-tagmanager": "^2.1.9",
"gatsby-plugin-layout": "1.1.7",
"gatsby-plugin-manifest": "2.2.16",
"gatsby-plugin-manifest": "2.2.18",
"gatsby-plugin-mdx": "^1.0.41",
"gatsby-plugin-nprogress": "2.1.6",
"gatsby-plugin-offline": "3.0.6",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8001,6 +8001,11 @@ gatsby-cli@^2.7.47:
ink "^2.3.0"
ink-spinner "^3.0.1"

gatsby-core-utils@^1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.10.tgz#f4309a8439e36b3e833c00b1903f381148df4c1b"
integrity sha512-AeOrwjF4LiAHAqvrUkAFtvZHkLpKtF2gnIS/nezHDzIMq0SaZLHbdQiJcesyzZ6CcerjLIDWbD6MqxrTt6KkhA==

gatsby-core-utils@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.8.tgz#e765a1338d65ff1de65238c7f0a9967e07da20fa"
Expand Down Expand Up @@ -8090,13 +8095,13 @@ gatsby-plugin-layout@1.1.7:
dependencies:
"@babel/runtime" "^7.6.0"

gatsby-plugin-manifest@2.2.16:
version "2.2.16"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.16.tgz#ce83838602390e96375212d6535aea25d4037bba"
integrity sha512-fYcJODFvWNARHraXssdTMF8qu0OUc3Io+Bq0eByIQZ619EhMM/xfXvoX8sxPCANnq956MwUBgllOdG00rmW1Kg==
gatsby-plugin-manifest@2.2.18:
version "2.2.18"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.18.tgz#96bea26e35a8d74ebb74dff8c5c1ae85e7b0c556"
integrity sha512-velK1ApsQ/mEUABwmduMHVZISll4q9bJMtW1tOp+qbNUfJUFl2u4x6Ya36z8mxROX0mIKPAhYMAfhWq209rbcg==
dependencies:
"@babel/runtime" "^7.6.0"
gatsby-core-utils "^1.0.8"
gatsby-core-utils "^1.0.10"
semver "^5.7.1"
sharp "^0.23.0"

Expand Down

0 comments on commit af52d3d

Please sign in to comment.