fix: overhaul PWA icons with v2 suffix to bust all cache layers

- Redesign favicon SVG with gradient border matching splash screen
- Rename all icon files with -v2 suffix to bypass browser/SW/PWA caches
- Delete 9 old/duplicate icon files (~13MB removed)
- Add nginx cache-control headers for icons and manifest
- Rename assets-cache to assets-cache-v2 to orphan stale SW cache
- Update all HTML, manifest, and component icon references

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-06 01:11:00 +00:00
parent dfb81c0348
commit 2818fe90fc
31 changed files with 90 additions and 96 deletions

View File

@@ -7,7 +7,7 @@
>
<div class="glass-card p-4 flex items-center gap-4 shadow-xl">
<img
src="/assets/icon/pwa-192x192.png"
src="/assets/icon/pwa-192x192-v2.png"
alt="Archipelago"
class="w-14 h-14 rounded-xl shrink-0"
/>