Skip to content

Commit

Permalink
fix: remove comment from vercel.json
Browse files Browse the repository at this point in the history
the GH Action was not able to parse this so the deployments failed
  • Loading branch information
trobonox committed Aug 12, 2023
1 parent 29e6a41 commit dcf8f6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"redirects": [
{
"source": "/api/files",
// We have to hardcode the URL here for Vercel.
// In development, we get redirected by the API route.
// This is only for production build where request body is limited
// to approx. 5MB and doesn't allow more, even with the API route redirect.
"destination": "https://kcpxeoxkmblpivpgwdsm.supabase.co/functions/v1/upload-file",
"permanent": true
}
Expand Down

0 comments on commit dcf8f6b

Please sign in to comment.