Skip to content

Commit

Permalink
Merge pull request #142 from bettersg/133_hotfix_indiv_scheme_page
Browse files Browse the repository at this point in the history
Try to fix 403 for selecting schemes
  • Loading branch information
yevkim authored Jan 12, 2025
2 parents 81031bd + 011e059 commit d83b604
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@
},
"rewrites": [
{
"source": "**/**",
"source": "/schemes/**",
"function": "ssrschemessgv3dev"
},
{
"source": "/_next/**",
"destination": "/_next/**"
},
{
"source": "**",
"function": "ssrschemessgv3dev"
}
],
Expand Down Expand Up @@ -42,7 +50,15 @@
},
"rewrites": [
{
"source": "**/**",
"source": "/schemes/**",
"function": "ssrschemessg"
},
{
"source": "/_next/**",
"destination": "/_next/**"
},
{
"source": "**",
"function": "ssrschemessg"
}
],
Expand Down

0 comments on commit d83b604

Please sign in to comment.