Skip to content

Commit

Permalink
🔁 Undo PR 1643 (#1647)
Browse files Browse the repository at this point in the history
remove offline plugin
  • Loading branch information
babakamyljanovssw authored Nov 22, 2024
1 parent 53db71e commit 1f7647f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 393 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ module.exports = {
},
},
'gatsby-plugin-fontawesome-css',
'gatsby-plugin-offline',
'gatsby-plugin-remove-serviceworker', // this was added to remove gatsby-plugin-offline as per docs - https://www.gatsbyjs.com/plugins/gatsby-plugin-offline/#remove
`gatsby-plugin-client-side-redirect`, // make sure to put last in the array
],
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-postcss": "6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
Expand Down
Loading

0 comments on commit 1f7647f

Please sign in to comment.