fuck my ass with a garden gnome
Some checks failed
Nicolium CI / Test and upload artifacts (22.x) (push) Has been cancelled
Nicolium CI / release (push) Has been cancelled
Nicolium CI / deploy (push) Has been cancelled
pl-api CI / Test for pl-api formatting (22.x) (push) Has been cancelled
pl-hooks CI / Test for a successful build (22.x) (push) Has been cancelled
Some checks failed
Nicolium CI / Test and upload artifacts (22.x) (push) Has been cancelled
Nicolium CI / release (push) Has been cancelled
Nicolium CI / deploy (push) Has been cancelled
pl-api CI / Test for pl-api formatting (22.x) (push) Has been cancelled
pl-hooks CI / Test for a successful build (22.x) (push) Has been cancelled
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, interactive-widget=resizes-content"
|
||||
content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content"
|
||||
/>
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
|
||||
@ -328,13 +328,11 @@ const handleNotificationClick = (event: NotificationEvent) => {
|
||||
|
||||
// --- Asset caching ---
|
||||
|
||||
const CACHE_NAME = 'ncd-assets-v2';
|
||||
const CACHE_NAME = 'ncd-assets-v3';
|
||||
|
||||
/** URL patterns to cache with a cache-first strategy. */
|
||||
const CACHEABLE_PATTERNS = [
|
||||
/\/packs\/emoji\/.*\.svg$/, // Built-in emoji SVGs
|
||||
/\/packs\/assets\/.*\.woff2?$/, // Font files
|
||||
/\/packs\/assets\/.*\.css$/, // Stylesheets
|
||||
/\/emoji\/.*\.(png|svg|gif|webp)$/, // Custom instance emojis
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user