diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-20 04:15:08 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-20 04:15:08 -0700 |
commit | 345223b17cb4c1bc7f14a4aa125674a2fed068cf (patch) | |
tree | 42ace7d799cd9f68c997b143dc084d44a657b324 /gatsby-config.js | |
parent | cca27287285546d0a9ea8142fe4a750f6d00d3bd (diff) |
Use ie as favicon
Diffstat (limited to 'gatsby-config.js')
-rw-r--r-- | gatsby-config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatsby-config.js b/gatsby-config.js index e4bef85..ae2170b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -11,7 +11,7 @@ module.exports = { background_color: '#663399', theme_color: '#663399', display: 'minimal-ui', - icon: 'src/images/gatsby-icon.png' // This path is relative to the root + icon: 'src/images/ie.png' // This path is relative to the root // of the site. } }, |