Skip to content

Commit

Permalink
fix: figure our the problem with base url
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Dec 22, 2023
1 parent 334ed28 commit 1037340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ignore": ["firebase.json", "**/.*", "**/node_modules/**", "**/*.map"],
"rewrites": [
{
"source": "**",
"source": "/bridge/**",
"destination": "/index.html"
}
],
Expand Down

0 comments on commit 1037340

Please sign in to comment.