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