merge: forum standalone (with bottom bar)
This commit is contained in:
commit
13ad6927c6
10 changed files with 489 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue