diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frontend/app/routes/about.tsx | 2 | ||||
| -rw-r--r-- | src/frontend/public/pwa-worker.js | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/frontend/app/routes/about.tsx b/src/frontend/app/routes/about.tsx index 5158330..8ba015d 100644 --- a/src/frontend/app/routes/about.tsx +++ b/src/frontend/app/routes/about.tsx @@ -114,7 +114,7 @@ export default function About() { <p className="flex flex-wrap items-center gap-1"> <span className="opacity-80">{t("about.open_source")}</span> <a - href="https://github.com/arielcostas/busurbano" + href="https://github.com/arielcostas/enmarcha" className="text-blue-600 dark:text-blue-400 hover:underline hover:brightness-110 transition-all font-medium inline-flex items-center gap-1" rel="nofollow noreferrer noopener" target="_blank" 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; |
