Updated favicon and header details

This commit is contained in:
Dennis Thiessen
2019-05-17 13:01:09 +02:00
parent e9428678e4
commit babd59dcf7
4 changed files with 11 additions and 2 deletions

View File

@@ -10,12 +10,12 @@ module.exports = {
resolve: `gatsby-plugin-manifest`,
options: {
name: 'gatsby-starter-default',
short_name: 'starter',
short_name: 'Dennis Thiessen',
start_url: '/',
background_color: '#663399',
theme_color: '#663399',
display: 'minimal-ui',
icon: 'src/assets/images/website-icon.png', // This path is relative to the root of the site.
icon: 'src/assets/images/website-icon-dt.png', // This path is relative to the root of the site.
},
},
'gatsby-plugin-sass',