chore: upgrade PWA version (#2418)

This commit is contained in:
Gauthier
2026-02-14 18:09:55 +01:00
committed by GitHub
parent bcd8002887
commit e503de323a

View File

@@ -3,7 +3,7 @@
// previously cached resources to be updated from the network. // previously cached resources to be updated from the network.
// This variable is intentionally declared and unused. // This variable is intentionally declared and unused.
// eslint-disable-next-line @typescript-eslint/no-unused-vars // eslint-disable-next-line @typescript-eslint/no-unused-vars
const OFFLINE_VERSION = 4; const OFFLINE_VERSION = 5;
const CACHE_NAME = 'offline'; const CACHE_NAME = 'offline';
// Customize this with a different URL if needed. // Customize this with a different URL if needed.
const OFFLINE_URL = '/offline.html'; const OFFLINE_URL = '/offline.html';