From dcf8f6b76197713b4d852c7c9b83bae4ddf1e71e Mon Sep 17 00:00:00 2001 From: trobo <57040351+trobonox@users.noreply.github.com> Date: Sat, 12 Aug 2023 12:25:32 +0900 Subject: [PATCH] fix: remove comment from vercel.json the GH Action was not able to parse this so the deployments failed --- vercel.json | 4 ---- 1 file changed, 4 deletions(-) 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 }