Skip to content

Commit

Permalink
chore: add redirections from build time
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Aug 12, 2023
1 parent bc0f421 commit b7cb42c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"redirects": [
{
"source": "/api/file",
"destination": "https://kcpxeoxkmblpivpgwdsm.supabase.co/functions/v1/upload-file",
"permanent": true
}
]
}

0 comments on commit b7cb42c

Please sign in to comment.