Skip to content

Commit

Permalink
Remove schemes/ redirects to let firebase handle automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
yevkim committed Jan 13, 2025
1 parent 011e059 commit 1338651
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@
"region": "asia-southeast1"
},
"rewrites": [
{
"source": "/schemes/**",
"function": "ssrschemessgv3dev"
},
{
"source": "/_next/**",
"destination": "/_next/**"
},
{
"source": "**",
"function": "ssrschemessgv3dev"
"function": "/index.html"
}
],
"headers": [
Expand All @@ -49,17 +45,13 @@
"region": "asia-southeast1"
},
"rewrites": [
{
"source": "/schemes/**",
"function": "ssrschemessg"
},
{
"source": "/_next/**",
"destination": "/_next/**"
},
{
"source": "**",
"function": "ssrschemessg"
"function": "/index.html"
}
],
"headers": [
Expand Down

0 comments on commit 1338651

Please sign in to comment.