mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
add gatsby-plugin-offline
This commit is contained in:
parent
55635575d1
commit
a6ba0b1ff6
@ -9,6 +9,7 @@ module.exports = {
|
||||
'gatsby-plugin-react-helmet',
|
||||
'gatsby-transformer-json',
|
||||
'gatsby-plugin-sitemap',
|
||||
'gatsby-plugin-offline',
|
||||
{
|
||||
resolve: 'gatsby-source-filesystem',
|
||||
options: {
|
||||
|
@ -5,9 +5,10 @@
|
||||
"dependencies": {
|
||||
"gatsby": "^1.9.241",
|
||||
"gatsby-link": "^1.6.39",
|
||||
"gatsby-plugin-offline": "^1.0.15",
|
||||
"gatsby-plugin-react-helmet": "^2.0.8",
|
||||
"gatsby-plugin-react-next": "^1.0.11",
|
||||
"gatsby-plugin-sass": "latest",
|
||||
"gatsby-plugin-sass": "^1.0.25",
|
||||
"gatsby-plugin-sitemap": "^1.2.20",
|
||||
"gatsby-source-filesystem": "^1.5.28",
|
||||
"gatsby-transformer-json": "^1.0.16",
|
||||
|
Loading…
Reference in New Issue
Block a user