Skip to content

Commit

Permalink
chore: update cache
Browse files Browse the repository at this point in the history
Signed-off-by: azu <[email protected]>
  • Loading branch information
azu committed Nov 29, 2023
1 parent 43bdc81 commit 1f2cc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
importScripts(
"https://storage.googleapis.com/workbox-cdn/releases/3.6.1/workbox-sw.js"
);
workbox.core.setCacheNameDetails({ prefix: "js-primer-v1" });
workbox.core.setCacheNameDetails({ prefix: "js-primer-v1.1" });
workbox.googleAnalytics.initialize();
// reload asap
workbox.skipWaiting();
Expand Down

0 comments on commit 1f2cc86

Please sign in to comment.