🔃 fix: Exclude OAuth Routes From Service Worker Navigation (#4956)

This commit is contained in:
Andrés Restrepo 2024-12-12 13:03:06 -05:00 committed by GitHub
parent 43d10a4e43
commit 6f9bbba3fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',