Skip to content

Commit

Permalink
Merge pull request #27 from luhmann/GH-26-enable-pwa
Browse files Browse the repository at this point in the history
#26: add offline-capabilities
  • Loading branch information
luhmann committed Feb 14, 2019
2 parents ee670f9 + eff20ad commit eae6da4
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 eae6da4

Please sign in to comment.