feat: update PWA icon, bump SW cache version

This commit is contained in:
posimai 2026-03-20 07:14:46 +09:00
parent 7ad2c300af
commit 0f76f24b15
2 changed files with 1 additions and 1 deletions

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 3.7 MiB

2
sw.js
View File

@ -1,4 +1,4 @@
const CACHE_NAME = 'posimai-tech-events-v4'; const CACHE_NAME = 'posimai-tech-events-v5';
const STATIC_ASSETS = ['/', '/index.html', '/manifest.json', '/logo.png']; const STATIC_ASSETS = ['/', '/index.html', '/manifest.json', '/logo.png'];
self.addEventListener('install', event => { self.addEventListener('install', event => {