diff --git a/public/sw.js b/public/sw.js index a37101b..fef849f 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,14 +1,13 @@ // Bump this on every release that changes the app shell or the vendored // engine build — it's the only thing that invalidates old caches, since // none of the cached URLs below are content-hashed by us. -const CACHE_VERSION = "v1"; +const CACHE_VERSION = "v2"; const SHELL_CACHE = `shell-${CACHE_VERSION}`; const ENGINE_CACHE = `engine-${CACHE_VERSION}`; const SHELL_ASSETS = [ "/", "/play/", - "/404.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png",