Merge pull request #108 from Permissionless-Software-Foundation/dh-fix-build

fix(build): Fix wallet.fullstack.cash build issue
This commit is contained in:
Chris Troutner
2020-11-20 11:40:56 -08:00
committed by GitHub
+16 -2
View File
@@ -22,7 +22,14 @@ const normalConfig = [
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.
// icon: 'src/images/gatsby-icon.png' // This path is relative to the root of the site.
icons: [
{
src: 'src/images/gatsby-icon.png',
sizes: '192x192',
type: 'image/png'
}
] // Add or remove icon sizes as desired
}
}
@@ -54,7 +61,14 @@ const ipfsConfig = [
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.
// icon: 'src/images/gatsby-icon.png' // This path is relative to the root of the site.
icons: [
{
src: 'src/images/gatsby-icon.png',
sizes: '192x192',
type: 'image/png'
}
] // Add or remove icon sizes as desired
}
}