Changing favicon details

This commit is contained in:
Moris Zen
2018-09-05 12:41:20 +02:00
parent 7741a06229
commit 4dff4b587c
3 changed files with 71 additions and 414 deletions

View File

@@ -16,34 +16,15 @@ module.exports = {
},
},
{
resolve: `gatsby-plugin-favicon`,
resolve: `gatsby-plugin-manifest`,
options: {
logo: './src/images/favicon.png',
appName: null,
appDescription: null,
developerName: null,
developerURL: null,
dir: 'auto',
lang: 'en-US',
background: '#5763AB',
theme_color: '#fff',
display: 'standalone',
orientation: 'any',
start_url: '/?homescreen=1',
version: '1.0',
icons: {
android: true,
appleIcon: true,
appleStartup: true,
coast: false,
favicons: true,
firefox: true,
opengraph: false,
twitter: false,
yandex: false,
windows: false,
},
name: 'Saburly',
short_name: 'Saburly',
start_url: '/',
background_color: '#f7f0eb',
theme_color: '#a2466c',
display: 'minimal-ui',
icon: 'src/images/favicon.png', // This path is relative to the root of the site.
},
},
'gatsby-transformer-sharp',