diff options
Diffstat (limited to 'src/frontend/public')
| -rw-r--r-- | src/frontend/public/pwa-worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/public/pwa-worker.js b/src/frontend/public/pwa-worker.js index c755677..d959b66 100644 --- a/src/frontend/public/pwa-worker.js +++ b/src/frontend/public/pwa-worker.js @@ -1,6 +1,6 @@ const CACHE_VERSION = "20260101a"; const STATIC_CACHE_NAME = `static-cache-${CACHE_VERSION}`; -const STATIC_CACHE_ASSETS = ["/favicon.ico", "/icon-square.png", "/icon-round.jpg", "/icon-inverse.png"]; +const STATIC_CACHE_ASSETS = ["/favicon.ico", "/icon-square.png", "/icon-round.png", "/icon-inverse.png"]; const EXPR_CACHE_AFTER_FIRST_VIEW = /(\/assets\/.*)/; |
