Skip to content

Commit

Permalink
Bugfix: NextJS rewrite firebase authdomain (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanleung authored Sep 26, 2023
1 parent dfb61e3 commit 27101c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports = {
return [
{
source: "/__/auth/:path*",
destination: `https://myapp.com/__/auth/:path*`,
destination: `https://<projectId>.firebaseapp.com/__/auth/:path*`,
},
];
},
Expand Down

0 comments on commit 27101c7

Please sign in to comment.