Skip to content

Commit

Permalink
chore(pwa): bump cache to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Feb 1, 2025
1 parent 8f7fc37 commit a04a465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/sw.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

const broadcast = new BroadcastChannel('sw-channel');
const cacheName = "v17";
const cacheName = "v18";
const cacheList = [
"/",
"/offline/",
Expand Down

0 comments on commit a04a465

Please sign in to comment.