We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b1b286 + 792c78b commit c482507Copy full SHA for c482507
1 file changed
sw.js
@@ -1,4 +1,9 @@
1
-const CACHE_NAME = 'nsnvc-tracker-v1.28.0';
+// Must be bumped on every deploy that changes index.html/manifest.json —
2
+// this is the only signal that makes the browser treat sw.js as changed and
3
+// install/activate a fresh worker. If it's left stale, already-installed
4
+// PWAs keep serving whatever was cached under the old name indefinitely
5
+// (this has silently happened before: see the v1.25.6 and v1.28.0 fixes).
6
+const CACHE_NAME = 'nsnvc-tracker-v1.29.2';
7
const urlsToCache = [
8
'./',
9
'./index.html',
0 commit comments