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
|
// 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'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user