mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 01:25:28 +01:00
manifest tweaks
This commit is contained in:
parent
9a531cac52
commit
271e216f2a
@ -126,13 +126,13 @@ module.exports = {
|
||||
{
|
||||
resolve: 'gatsby-plugin-manifest',
|
||||
options: {
|
||||
name: siteConfig.siteTitle.toLowerCase(),
|
||||
short_name: 'mk',
|
||||
name: siteConfig.siteTitle,
|
||||
short_name: siteConfig.siteTitle,
|
||||
start_url: '/',
|
||||
background_color: siteConfig.backgroundColor,
|
||||
theme_color: siteConfig.themeColor,
|
||||
icon: 'src/images/apple-touch-icon.png',
|
||||
display: 'minimal-ui',
|
||||
display: 'standalone',
|
||||
cache_busting_mode: 'name'
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user