Skip to content

Commit

Permalink
feat: add standalone proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
InnigerM committed Oct 29, 2023
1 parent e78334a commit 9057a06
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/proxy/vercel.json
@@ -0,0 +1,14 @@
{
"rewrites": [
{ "source": "/api/", "destination": "https://hay-backend-dev.vercel.app/" },
{
"source": "/api/:match*",
"destination": "https://hay-backend-dev.vercel.app/:match*"
},
{ "source": "/", "destination": "https://hay-baselhack-dev.vercel.app" },
{
"source": "/:match*",
"destination": "https://hay-baselhack-dev.vercel.app/:match*"
}
]
}

0 comments on commit 9057a06

Please sign in to comment.