Skip to content

Commit

Permalink
Merge pull request #141 from bettersg/133_hotfix_indiv_scheme_page
Browse files Browse the repository at this point in the history
add function name rewrite for frontend
  • Loading branch information
yevkim authored Jan 12, 2025
2 parents 66c5b11 + 52239b5 commit 81031bd
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@
},
"rewrites": [
{
"source": "/_next/**",
"destination": "/_next/**"
},
{
"source": "/schemes/**",
"destination": "/index.html"
},
{
"source": "**",
"destination": "/index.html"
"source": "**/**",
"function": "ssrschemessgv3dev"
}
],
"headers": [
Expand Down Expand Up @@ -50,16 +42,8 @@
},
"rewrites": [
{
"source": "/_next/**",
"destination": "/_next/**"
},
{
"source": "/schemes/**",
"destination": "/index.html"
},
{
"source": "**",
"destination": "/index.html"
"source": "**/**",
"function": "ssrschemessg"
}
],
"headers": [
Expand Down

0 comments on commit 81031bd

Please sign in to comment.