Skip to content

Commit

Permalink
🔃 fix: Exclude OAuth Routes From Service Worker Navigation (danny-avi…
Browse files Browse the repository at this point in the history
  • Loading branch information
thelinuxkid authored and Tsounguinzo committed Dec 14, 2024
1 parent b05b318 commit aca293b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit aca293b

Please sign in to comment.