Skip to content

Commit

Permalink
Merge pull request #146 from bettersg/133_hotfix_indiv_scheme_page
Browse files Browse the repository at this point in the history
fix 3 for schemes page redirect
  • Loading branch information
yevkim authored Jan 13, 2025
2 parents 0500c5a + 9ea904e commit ba61454
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"rewrites": [
{
"source": "/schemes/**",
"function": "/index.html"
"function": "ssrschemessgv3dev"
},
{
"source": "/_next/**",
"destination": "/_next/**"
},
{
"source": "**",
"function": "/index.html"
"function": "index.html"
}
],
"headers": [
Expand Down Expand Up @@ -51,15 +51,15 @@
"rewrites": [
{
"source": "/schemes/**",
"function": "/index.html"
"function": "ssrschemessg"
},
{
"source": "/_next/**",
"destination": "/_next/**"
},
{
"source": "**",
"function": "/index.html"
"function": "index.html"
}
],
"headers": [
Expand Down

0 comments on commit ba61454

Please sign in to comment.