fix: SW cache bust v3 — レイアウト修正を強制反映

This commit is contained in:
posimai 2026-03-21 13:29:12 +09:00
parent 6c5576d549
commit d827b225e1
1 changed files with 1 additions and 1 deletions

2
sw.js
View File

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