merge: chat standalone

This commit is contained in:
Padreug 2026-05-02 09:14:38 +02:00
commit 820b2a0e64
8 changed files with 394 additions and 1 deletions

View file

@ -25,7 +25,7 @@ export default defineConfig(({ mode }) => ({
'**/*.{js,css,html,ico,png,svg}'
],
// Don't intercept standalone app paths — they have their own service workers
navigateFallbackDenylist: [/^\/sortir\//, /^\/castle\//, /^\/wallet\//],
navigateFallbackDenylist: [/^\/sortir\//, /^\/castle\//, /^\/wallet\//, /^\/chat\//],
},
includeAssets: [
'favicon.ico',