1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01: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 // WebApp Manifest Configuration
appName: title.toLowerCase(), appName: title.toLowerCase(),
appDescription: tagline.toLowerCase(), appDescription: `${title.toLowerCase()} { ${tagline.toLowerCase()} }`,
developerName: title, developerName: title,
developerURL: url, developerURL: url,
dir: 'auto', dir: 'auto',
@ -95,7 +95,7 @@ module.exports = {
'gatsby-plugin-react-helmet', 'gatsby-plugin-react-helmet',
'gatsby-transformer-sharp', 'gatsby-transformer-sharp',
'gatsby-plugin-sharp', 'gatsby-plugin-sharp',
'gatsby-plugin-sitemap' 'gatsby-plugin-sitemap',
// 'gatsby-plugin-offline' 'gatsby-plugin-offline'
] ]
} }