Skip to content

Commit

Permalink
refactor: use new vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
little-buddy committed Dec 15, 2023
1 parent 18db126 commit ed40b82
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"rewrites": [
{ "source": "/api/:match*", "destination": "https://radishes-api.vercel.app/:match*" }
{
"source": "/api/:match*",
"destination": "https://radishes-music-api.vercel.app/:match*"
},
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
}

0 comments on commit ed40b82

Please sign in to comment.