Skip to content

Commit

Permalink
add offline funcionality
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobo-martinez committed Dec 30, 2019
1 parent 7c8a358 commit 7a93bb1
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 6 deletions.
3 changes: 2 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
`gatsby-plugin-react-helmet`,
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
`gatsby-plugin-offline`,
{
resolve: `gatsby-source-filesystem`,
options: {
Expand All @@ -24,7 +25,7 @@ module.exports = {
name: `Gatsby Simplefolio`,
short_name: `Simplefolio`,
start_url: `/`,
background_color: `#ffffff`,
background_color: `#fff`,
theme_color: `#02aab0`,
display: `standalone`,
icon: 'src/images/favicon.png',
Expand Down
283 changes: 278 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7a93bb1

Please sign in to comment.