Skip to content

Commit 8036e5b

Browse files
committed
Ignore /emulator routes in PWA
1 parent b143d11 commit 8036e5b

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
@@ -171,6 +171,8 @@ export default defineNuxtConfig({
171171
navigateFallbackDenylist: [
172172
// Necessary for Firebase auth requests.
173173
/^\/__/,
174+
// Necessary for Firebase emulator requests.
175+
/^\/emulator/,
174176
// Keep this around for backward compatibility.
175177
/^\/manifest\.json$/,
176178
// Keep this around for backward compatibility.

0 commit comments

Comments
 (0)