merge: forum standalone (with bottom bar)

This commit is contained in:
Padreug 2026-05-02 10:10:03 +02:00
commit 13ad6927c6
10 changed files with 489 additions and 0 deletions

View file

@ -25,7 +25,13 @@ export default defineConfig(({ mode }) => ({
'**/*.{js,css,html,ico,png,svg}'
],
// Don't intercept standalone app paths — they have their own service workers
<<<<<<< HEAD
navigateFallbackDenylist: [/^\/sortir\//, /^\/castle\//, /^\/wallet\//, /^\/chat\//, /^\/market\//, /^\/cart\//, /^\/checkout\//, /^\/tasks\//],
||||||| af33801
navigateFallbackDenylist: [/^\/sortir\//, /^\/castle\//],
=======
navigateFallbackDenylist: [/^\/sortir\//, /^\/castle\//, /^\/forum\//, /^\/submit\//, /^\/submission\//],
>>>>>>> feat/forum-standalone
},
includeAssets: [
'favicon.ico',