chore: bump service worker cache to v8 to force refresh
Old cached index.html was likely serving stale JS on mobile devices. v8 purge ensures all clients fetch the latest code on next load.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Caches app shell + CDN deps. Network-first for API, cache fallback for static.
|
||||
// ═══════════════════════════════════════════════════════════════════════════
|
||||
|
||||
const CACHE_NAME = 'canteen-v7';
|
||||
const CACHE_NAME = 'canteen-v8';
|
||||
|
||||
// App shell — core resources needed to boot the PWA
|
||||
const APP_SHELL = [
|
||||
|
||||
Reference in New Issue
Block a user