1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 05:31:44 +02:00

PWA activation

This commit is contained in:
Matthias Kretschmann 2018-08-06 14:51:53 +02:00
parent 1d35f25790
commit bbaae4c175
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -67,7 +67,7 @@ module.exports = {
// WebApp Manifest Configuration
appName: title.toLowerCase(),
appDescription: tagline.toLowerCase(),
appDescription: `${title.toLowerCase()} { ${tagline.toLowerCase()} }`,
developerName: title,
developerURL: url,
dir: 'auto',
@ -95,7 +95,7 @@ module.exports = {
'gatsby-plugin-react-helmet',
'gatsby-transformer-sharp',
'gatsby-plugin-sharp',
'gatsby-plugin-sitemap'
// 'gatsby-plugin-offline'
'gatsby-plugin-sitemap',
'gatsby-plugin-offline'
]
}