aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-01-01 02:29:02 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-01-01 02:29:02 +0100
commit4294687bdbdc126ca52431488c086f6c8bd7237c (patch)
treeadb8922024c3430660bb57bcb31fd470f1124fbc /src/frontend/public
parent0500fc5f5b7acf98fcfc7f8a515de09fca859b58 (diff)
Update some stuff to test actions
Diffstat (limited to 'src/frontend/public')
-rw-r--r--src/frontend/public/pwa-worker.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/frontend/public/pwa-worker.js b/src/frontend/public/pwa-worker.js
index 6e33776..c81063f 100644
--- a/src/frontend/public/pwa-worker.js
+++ b/src/frontend/public/pwa-worker.js
@@ -1,9 +1,8 @@
-const CACHE_VERSION = "20251122a";
+const CACHE_VERSION = "20260101a";
const STATIC_CACHE_NAME = `static-cache-${CACHE_VERSION}`;
const STATIC_CACHE_ASSETS = ["/favicon.ico", "/logo-256.png", "/logo-512.jpg"];
-const EXPR_CACHE_AFTER_FIRST_VIEW =
- /(\/assets\/.*)|(\/api\/(vigo)\/GetStopTimetable.*)/;
+const EXPR_CACHE_AFTER_FIRST_VIEW = /(\/assets\/.*)/;
const ESTIMATES_MIN_AGE = 15 * 1000;
const ESTIMATES_MAX_AGE = 30 * 1000;