settings: About hero uses the Orbit project icon, not the deployment/server icon

This commit is contained in:
reverse 2026-06-20 03:03:53 +00:00
parent 978defcbf9
commit 1bd4a3ca8c
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
// Tchatou service worker — installable PWA + offline app shell.
// Scope: /app/. Only handles same-origin /app/ GETs; the IRC websocket and all
// API calls (cloudflare, change_password, upload) pass straight through.
const CACHE = 'tchatou-v30';
const CACHE = 'tchatou-v31';
const SHELL = ['/app/', '/app/index.html', '/app/favicon.svg', '/app/manifest.webmanifest'];
self.addEventListener('install', (e) => {