Skip to content

Commit

Permalink
Merge pull request #145 from bettersg/133_hotfix_indiv_scheme_page
Browse files Browse the repository at this point in the history
Fix 2 for schemes page redirect
  • Loading branch information
yevkim authored Jan 13, 2025
2 parents baff821 + 91471b1 commit 0500c5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"region": "asia-southeast1"
},
"rewrites": [
{
"source": "/schemes/**",
"function": "/index.html"
},
{
"source": "/_next/**",
"destination": "/_next/**"
Expand Down Expand Up @@ -45,6 +49,10 @@
"region": "asia-southeast1"
},
"rewrites": [
{
"source": "/schemes/**",
"function": "/index.html"
},
{
"source": "/_next/**",
"destination": "/_next/**"
Expand Down

0 comments on commit 0500c5a

Please sign in to comment.