mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
🔃 fix: Exclude OAuth Routes From Service Worker Navigation (#4956)
This commit is contained in:
parent
43d10a4e43
commit
6f9bbba3fc
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ export default defineConfig({
|
||||||
workbox: {
|
workbox: {
|
||||||
globPatterns: ['assets/**/*.{png,jpg,svg,ico}', '**/*.{js,css,html,ico,woff2}'],
|
globPatterns: ['assets/**/*.{png,jpg,svg,ico}', '**/*.{js,css,html,ico,woff2}'],
|
||||||
maximumFileSizeToCacheInBytes: 4 * 1024 * 1024,
|
maximumFileSizeToCacheInBytes: 4 * 1024 * 1024,
|
||||||
|
navigateFallbackDenylist: [/^\/oauth/],
|
||||||
},
|
},
|
||||||
manifest: {
|
manifest: {
|
||||||
name: 'LibreChat',
|
name: 'LibreChat',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue