From 3c67195fbb1c89a7b71dae215f29213bb8e07f23 Mon Sep 17 00:00:00 2001 From: craigmcginley Date: Wed, 17 Oct 2018 11:35:10 -0400 Subject: [PATCH] remove pwa plugins --- gatsby-config.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index de33fc48..b0ccd9ac 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -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`,