mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 09:46: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`,
|
||||
{
|
||||
/*{
|
||||
resolve: `gatsby-plugin-offline`,
|
||||
options: {
|
||||
precachePages: [
|
||||
|
@ -78,11 +78,8 @@ module.exports = {
|
|||
"/de",
|
||||
"/de/projects",
|
||||
],
|
||||
workboxConfig: {
|
||||
globPatterns: ["**/*"],
|
||||
},
|
||||
},
|
||||
},
|
||||
},*/
|
||||
`gatsby-plugin-sitemap`,
|
||||
`gatsby-plugin-react-helmet`,
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue