Skip to content

Commit

Permalink
remove explicit construction of service worker, relying on default wo…
Browse files Browse the repository at this point in the history
…rkbox configuration
  • Loading branch information
JeuJeus committed Sep 29, 2023
1 parent 59ced6c commit 4f2e125
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ module.exports = eleventyConfig => {
});

eleventyConfig.addPlugin(pluginPWA, {
swDest: "./build/service-worker.js",
globDirectory: "./build",
cacheId: "jeujeus-blog",
runtimeCaching: [
{
Expand Down

0 comments on commit 4f2e125

Please sign in to comment.