diff --git a/gatsby-config.js b/gatsby-config.js index e30dccf..cd3caf4 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -10,6 +10,7 @@ module.exports = { siteUrl: `https://unkn0wncat.net`, }, plugins: [ + `gatsby-plugin-remove-serviceworker`, { resolve: `gatsby-plugin-typescript`, options: { diff --git a/package.json b/package.json index 8c34e9a..8fd940f 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "gatsby-plugin-image": "^2.6.0", "gatsby-plugin-manifest": "^4.6.0", "gatsby-plugin-react-helmet": "^5.6.0", + "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-sass": "^5.6.0", "gatsby-plugin-sharp": "^4.6.0", "gatsby-plugin-sitemap": "^5.6.0", diff --git a/yarn.lock b/yarn.lock index 35b77ec..8b40850 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5422,6 +5422,11 @@ gatsby-plugin-react-helmet@^5.6.0: dependencies: "@babel/runtime" "^7.15.4" +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" + integrity sha1-n7QzvIvXZuFOHTcRxKxvBR4d/3w= + gatsby-plugin-sass@^5.6.0: version "5.6.0" resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-5.6.0.tgz#0a2b5298c001a6dc17aaa8cbbc928f151c4dfb1e"