Add favicon package and favicon

This commit is contained in:
Moris Zen
2018-09-05 12:15:12 +02:00
parent 897d026432
commit 7741a06229
8 changed files with 456 additions and 66 deletions

View File

@@ -15,6 +15,37 @@ module.exports = {
useACF: true,
},
},
{
resolve: `gatsby-plugin-favicon`,
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,
},
},
},
'gatsby-transformer-sharp',
'gatsby-plugin-sharp',
],