Skip to content

Commit

Permalink
chore: remove sw
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Jun 17, 2021
1 parent ec610b2 commit ccc3fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {
resolve: 'gatsby-theme-carbon',
options: {
mdxExtensions: ['.mdx'],
isServiceWorkerEnabled: true,
isServiceWorkerEnabled: false,
iconPath: './src/images/favicon.svg',
titleType: 'prepend',
repository: {
Expand Down Expand Up @@ -76,5 +76,6 @@ module.exports = {
directory: path.resolve(__dirname, './src/data/chart-index'),
},
},
'gatsby-plugin-remove-serviceworker',
],
};
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8261,7 +8261,7 @@ gatsby-plugin-react-helmet@^3.2.1:

gatsby-plugin-remove-serviceworker@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-remove-serviceworker/-/gatsby-plugin-remove-serviceworker-1.0.0.tgz#9fb433bc8bd766e14e1d3711c4ac6f051e1dff7c"
resolved "https://registry.npmjs.org/gatsby-plugin-remove-serviceworker/-/gatsby-plugin-remove-serviceworker-1.0.0.tgz#9fb433bc8bd766e14e1d3711c4ac6f051e1dff7c"
integrity sha1-n7QzvIvXZuFOHTcRxKxvBR4d/3w=

gatsby-plugin-sass-resources@^2.0.0:
Expand Down

0 comments on commit ccc3fc1

Please sign in to comment.