Skip to content

Commit

Permalink
Try to fix 403 for selecting schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
yevkim committed Jan 12, 2025
1 parent 52239b5 commit 011e059
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 011e059

Please sign in to comment.