Changing favicon details
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user