mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
Merge pull request #106 from Permissionless-Software-Foundation/ct-unstable
fix(gatsby-config): Fixing bug with gatsby-plugin-manifest
This commit is contained in:
+2
-2
@@ -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.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Generated
+1235
-1114
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user