Fix service workers
Some checks failed
ci / site (push) Has been cancelled
publish-image / publish (push) Has been cancelled

This commit is contained in:
2026-02-10 04:54:05 -05:00
parent 8f1c0746a5
commit 12e7eae95a
7 changed files with 21 additions and 6 deletions

View File

@@ -17,6 +17,6 @@
## 4. Verification
- [ ] 4.1 Verify service worker registers in production build and does not register in dev
- [ ] 4.2 Verify repeat navigation and asset loads hit cache (Chrome DevTools Application tab)
- [ ] 4.3 Verify a new deploy triggers cache version update and old caches are removed
- [x] 4.1 Verify service worker registers in production build and does not register in dev
- [x] 4.2 Verify repeat navigation and asset loads hit cache (Chrome DevTools Application tab)
- [x] 4.3 Verify a new deploy triggers cache version update and old caches are removed