Skip to content

Commit

Permalink
fix: fix the service worker console error (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyli committed Sep 19, 2023
1 parent a73b4a6 commit fdaed7d
Show file tree
Hide file tree
Showing 3 changed files with 12,610 additions and 9,054 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* global chunkArray, createPagination */

const errorOverlay = require("eleventy-plugin-error-overlay");
const pluginPWA = require("eleventy-plugin-pwa");
const pluginPWA = require("eleventy-plugin-pwa-v2");
const eleventyNavigation = require("@11ty/eleventy-navigation");
const fs = require("fs");

Expand Down
Loading

0 comments on commit fdaed7d

Please sign in to comment.