Skip to content

Commit

Permalink
Merge pull request #128 from goinvo/remove-pwa-plugins
Browse files Browse the repository at this point in the history
remove pwa plugins
  • Loading branch information
craigmcginley authored Oct 17, 2018
2 parents 7460457 + 3c67195 commit 7863962
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ module.exports = {
},
plugins: [
'gatsby-plugin-react-helmet',
{
resolve: `gatsby-plugin-manifest`,
options: {
name: 'GoInvo.com',
short_name: 'GoInvo',
start_url: '/',
background_color: '#fff',
theme_color: '#4a5e88',
display: 'minimal-ui',
icon: 'src/assets/images/favicon.png', // This path is relative to the root of the site.
},
},
'gatsby-plugin-offline', // NOTE: This should come after gatsby-plugin-manifest
// {
// resolve: `gatsby-plugin-manifest`,
// options: {
// name: 'GoInvo.com',
// short_name: 'GoInvo',
// start_url: '/',
// background_color: '#fff',
// theme_color: '#4a5e88',
// display: 'minimal-ui',
// icon: 'src/assets/images/favicon.png', // This path is relative to the root of the site.
// },
// },
// 'gatsby-plugin-offline', // NOTE: This should come after gatsby-plugin-manifest
'gatsby-plugin-sass',
{
resolve: `gatsby-mdx`,
Expand Down

0 comments on commit 7863962

Please sign in to comment.