Disable gatsby-plugin-offline

This commit is contained in:
Kevin Kandlbinder 2021-09-24 12:20:15 +00:00
parent c053e901c0
commit 949a856d88

View file

@ -68,7 +68,7 @@ module.exports = {
},
},
`gatsby-plugin-robots-txt`,
{
/*{
resolve: `gatsby-plugin-offline`,
options: {
precachePages: [
@ -78,11 +78,8 @@ module.exports = {
"/de",
"/de/projects",
],
workboxConfig: {
globPatterns: ["**/*"],
},
},
},
},*/
`gatsby-plugin-sitemap`,
`gatsby-plugin-react-helmet`,
{