1
0
Fork 0

manifest tweaks

This commit is contained in:
Matthias Kretschmann 2019-11-09 18:13:13 +01:00
parent 9a531cac52
commit 271e216f2a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 3 additions and 3 deletions

View File

@ -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'
}
},