mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-14 21:10:41 +01:00
PWA activation
This commit is contained in:
parent
1d35f25790
commit
bbaae4c175
@ -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'
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user