mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 18:26:52 +02:00
Disable gatsby-plugin-offline
This commit is contained in:
parent
c053e901c0
commit
949a856d88
1 changed files with 2 additions and 5 deletions
|
@ -68,7 +68,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
`gatsby-plugin-robots-txt`,
|
`gatsby-plugin-robots-txt`,
|
||||||
{
|
/*{
|
||||||
resolve: `gatsby-plugin-offline`,
|
resolve: `gatsby-plugin-offline`,
|
||||||
options: {
|
options: {
|
||||||
precachePages: [
|
precachePages: [
|
||||||
|
@ -78,11 +78,8 @@ module.exports = {
|
||||||
"/de",
|
"/de",
|
||||||
"/de/projects",
|
"/de/projects",
|
||||||
],
|
],
|
||||||
workboxConfig: {
|
|
||||||
globPatterns: ["**/*"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
},*/
|
||||||
`gatsby-plugin-sitemap`,
|
`gatsby-plugin-sitemap`,
|
||||||
`gatsby-plugin-react-helmet`,
|
`gatsby-plugin-react-helmet`,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue