We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509cdea commit c9317c9Copy full SHA for c9317c9
2 files changed
gatsby-config.js
@@ -37,10 +37,10 @@ module.exports = {
37
name: `gatsby-codehelp`,
38
short_name: `codehelp`,
39
start_url: `/`,
40
- background_color: `#4FD8C3`,
41
- theme_color: `#4FD8C3`,
+ background_color: `#37393E`,
+ theme_color: `#5E7CE7`,
42
display: `standalone`,
43
- icon: `src/assets/images/favicon.svg`, // This path is relative to the root of the site.
+ icon: `src/assets/images/icon.png`, // This path is relative to the root of the site.
44
},
45
46
// this (optional) plugin enables Progressive Web App + Offline functionality
src/assets/images/icon.png
9.46 KB
0 commit comments