Skip to content

Commit 16c5b3e

Browse files
committed
Exclude auth URLs from PWA fallback
1 parent f7b023c commit 16c5b3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nuxt.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ export default defineNuxtConfig({
157157
maximumFileSizeToCacheInBytes: (5 * 1024 * 1024),
158158
navigateFallback: '/',
159159
navigateFallbackDenylist: [
160+
// Necessary for Firebase auth requests.
161+
/^\/__/,
160162
// Keep this around for backward compatibility.
161163
/^\/manifest\.json$/,
162164
// Keep this around for backward compatibility.

0 commit comments

Comments
 (0)