Skip to content

Commit

Permalink
Remove gatsby-plugin-offline (#20348)
Browse files Browse the repository at this point in the history
* fix(starters/blog): Remove gatsby-plugin-offline

* Revert "fix(starters/blog): Remove gatsby-plugin-offline"

This reverts commit 8cf90fb.

* fix(starters/blog): gatsby-plugin-offline off by default
  • Loading branch information
frankdilo authored and GatsbyJS Bot committed Dec 31, 2019
1 parent 00ce7c9 commit 5bff3c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion starters/blog/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ module.exports = {
icon: `content/assets/gatsby-icon.png`,
},
},
`gatsby-plugin-offline`,
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-plugin-typography`,
options: {
pathToConfigModule: `src/utils/typography`,
},
},
// this (optional) plugin enables Progressive Web App + Offline functionality
// To learn more, visit: https://gatsby.dev/offline
// `gatsby-plugin-offline`,
],
}

0 comments on commit 5bff3c8

Please sign in to comment.