diff --git a/vercel.json b/vercel.json index 4376f04..6ef7c71 100644 --- a/vercel.json +++ b/vercel.json @@ -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 }