fix: bump SW cache version to clear stale index.html cache

This commit is contained in:
posimai 2026-04-05 14:20:25 +09:00
parent 8eeaf7f50f
commit 396cafbb28
1 changed files with 1 additions and 1 deletions

2
sw.js
View File

@ -1,4 +1,4 @@
const CACHE = 'posimai-store-v1';
const CACHE = 'posimai-store-v2';
const STATIC = ['/', '/index.html', '/manifest.json', '/logo.png'];
self.addEventListener('install', e => {