Commit Graph

2 Commits

Author SHA1 Message Date
Julien Calixte
42540752af fix(pwa): switch service worker to network-first strategy
Cache-first was preventing updates from reaching users. Network-first
always fetches fresh content and only falls back to cache when offline.
Also bumps cache version to evict stale cache-first entries.
2026-03-23 19:33:27 +01:00
Julien Calixte
da1f3566c2 feat: turn into a pwa 2026-03-23 19:25:34 +01:00