Skip to content

Commit

Permalink
feat(#26): add offline-capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
luhmann committed Feb 14, 2019
1 parent ee670f9 commit eff20ad
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 10 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ module.exports = {
icon: 'src/assets/favicon.png',
},
},
`gatsby-plugin-offline`,
],
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"gatsby": "^2.0.76",
"gatsby-image": "^2.0.25",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-offline": "^2.0.23",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-sharp": "^2.0.16",
"gatsby-plugin-styled-components": "^3.0.4",
Expand Down
Loading

0 comments on commit eff20ad

Please sign in to comment.