mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 18:35:00 +01:00
add gatsby-plugin-offline
This commit is contained in:
parent
3b4bc07d63
commit
462ccbc27c
@ -50,5 +50,6 @@ module.exports = {
|
|||||||
// see https://github.com/smooth-code/svgr for a list of all options
|
// see https://github.com/smooth-code/svgr for a list of all options
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'gatsby-plugin-offline',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
"gatsby-image": "^1.0.51",
|
"gatsby-image": "^1.0.51",
|
||||||
"gatsby-link": "^1.6.44",
|
"gatsby-link": "^1.6.44",
|
||||||
"gatsby-plugin-google-analytics": "^1.0.31",
|
"gatsby-plugin-google-analytics": "^1.0.31",
|
||||||
|
"gatsby-plugin-offline": "^1.0.15",
|
||||||
"gatsby-plugin-react-helmet": "^2.0.11",
|
"gatsby-plugin-react-helmet": "^2.0.11",
|
||||||
"gatsby-plugin-react-next": "^1.0.11",
|
"gatsby-plugin-react-next": "^1.0.11",
|
||||||
"gatsby-plugin-remove-trailing-slashes": "^1.0.9",
|
"gatsby-plugin-remove-trailing-slashes": "^1.0.9",
|
||||||
|
Loading…
Reference in New Issue
Block a user