Skip to content

Commit

Permalink
chore(pwa): bump cache to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Jan 22, 2025
1 parent b7d6843 commit bf6ae59
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 = "v16";
const cacheName = "v17";
const cacheList = [
"/",
"/offline/",
Expand Down

0 comments on commit bf6ae59

Please sign in to comment.