aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public/pwa-worker.js
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-22 19:24:51 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-22 19:24:51 +0100
commitb6f8822c4f05602a7f7b7a96288829722b3988fc (patch)
tree17566d147c318a97c99693b5aeb6d95b9bdb55f8 /src/frontend/public/pwa-worker.js
parentde6f38f26cfb7c311fc9e4fb051191df12b8b042 (diff)
Try to debug why in prod, clicking the map doesn't work
Diffstat (limited to 'src/frontend/public/pwa-worker.js')
-rw-r--r--src/frontend/public/pwa-worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/public/pwa-worker.js b/src/frontend/public/pwa-worker.js
index 649a161..e9be319 100644
--- a/src/frontend/public/pwa-worker.js
+++ b/src/frontend/public/pwa-worker.js
@@ -1,4 +1,4 @@
-const CACHE_VERSION = "20251118a";
+const CACHE_VERSION = "20251122a";
const STATIC_CACHE_NAME = `static-cache-${CACHE_VERSION}`;
const STATIC_CACHE_ASSETS = ["/favicon.ico", "/logo-256.png", "/logo-512.jpg"];