mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30: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: {
|
||||
globPatterns: ['assets/**/*.{png,jpg,svg,ico}', '**/*.{js,css,html,ico,woff2}'],
|
||||
maximumFileSizeToCacheInBytes: 4 * 1024 * 1024,
|
||||
navigateFallbackDenylist: [/^\/oauth/],
|
||||
},
|
||||
manifest: {
|
||||
name: 'LibreChat',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue