Skip to content

Commit 563e357

Browse files
committed
add favicon
1 parent 7f6c0a7 commit 563e357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gatsby-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ module.exports = {
3232
start_url: `/`,
3333
background_color: `#4285F4`,
3434
theme_color: `#4285F4`,
35-
display: `minimal-ui`
36-
// icon: `src/images/gatsby-icon.png` // This path is relative to the root of the site.
35+
display: `minimal-ui`,
36+
icon: `src/img/hackcu2020logo.png` // This path is relative to the root of the site.
3737
}
3838
},
3939
{

src/img/hackcu2020logo.png

6.53 KB
Loading

0 commit comments

Comments
 (0)