chore: bump SW cache to v2 for force refresh

This commit is contained in:
posimai 2026-03-23 00:04:17 +09:00
parent dcdac89470
commit cf9e11f64a
1 changed files with 1 additions and 1 deletions

2
sw.js
View File

@ -1,4 +1,4 @@
const CACHE = 'posimai-brief-v1';
const CACHE = 'posimai-brief-v2';
const ASSETS = ['/', '/index.html', '/manifest.json'];
const ORIGIN = self.location.origin;