mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-23 01:32:04 -07:00
Merge pull request #108 from Permissionless-Software-Foundation/dh-fix-build
fix(build): Fix wallet.fullstack.cash build issue
This commit is contained in:
+16
-2
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user