Merge pull request #106 from Permissionless-Software-Foundation/ct-unstable

fix(gatsby-config): Fixing bug with gatsby-plugin-manifest
This commit is contained in:
Chris Troutner
2020-11-19 07:35:46 -08:00
committed by GitHub
3 changed files with 1240 additions and 1119 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ const normalConfig = [
start_url: '/',
background_color: '#663399',
theme_color: '#663399',
display: 'minimal-ui'
// icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site.
display: 'minimal-ui',
icon: 'src/images/gatsby-icon.png' // This path is relative to the root of the site.
}
}
+1235 -1114
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -25,10 +25,10 @@
"gatsby": "^2.25.3",
"gatsby-image": "^2.4.5",
"gatsby-plugin-ipfs": "^2.0.2",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-manifest": "^2.6.1",
"gatsby-plugin-offline": "^3.2.7",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-sharp": "^2.6.17",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-sharp": "2.5.3",
"memo-get-gatsby": "^1.0.4",
@@ -44,7 +44,7 @@
"devDependencies": {
"husky": "^4.2.5",
"prettier": "2.0.5",
"semantic-release": "^17.1.1",
"semantic-release": "^17.2.3",
"standard": "^14.3.4"
},
"keywords": [