Skip to content

Commit c9317c9

Browse files
committed
Fix site icon
1 parent 509cdea commit c9317c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gatsby-config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ module.exports = {
3737
name: `gatsby-codehelp`,
3838
short_name: `codehelp`,
3939
start_url: `/`,
40-
background_color: `#4FD8C3`,
41-
theme_color: `#4FD8C3`,
40+
background_color: `#37393E`,
41+
theme_color: `#5E7CE7`,
4242
display: `standalone`,
43-
icon: `src/assets/images/favicon.svg`, // This path is relative to the root of the site.
43+
icon: `src/assets/images/icon.png`, // This path is relative to the root of the site.
4444
},
4545
},
4646
// this (optional) plugin enables Progressive Web App + Offline functionality

src/assets/images/icon.png

9.46 KB
Loading

0 commit comments

Comments
 (0)