chore: bump SW cache to v3

This commit is contained in:
posimai 2026-03-23 00:18:09 +09:00
parent d471ef153c
commit 26f7bef6c9
1 changed files with 1 additions and 1 deletions

2
sw.js
View File

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