1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

add gatsby-plugin-offline

This commit is contained in:
Matthias Kretschmann 2018-05-06 01:27:33 +02:00
parent 3b4bc07d63
commit 462ccbc27c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 0 deletions

View File

@ -50,5 +50,6 @@ module.exports = {
// see https://github.com/smooth-code/svgr for a list of all options
},
},
'gatsby-plugin-offline',
],
}

View File

@ -17,6 +17,7 @@
"gatsby-image": "^1.0.51",
"gatsby-link": "^1.6.44",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-offline": "^1.0.15",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-remove-trailing-slashes": "^1.0.9",