From df2c87b26fd1e775e4a428d74fa435007b2bfcd0 Mon Sep 17 00:00:00 2001 From: zaidmukaddam Date: Thu, 28 Nov 2024 19:35:53 +0530 Subject: [PATCH] feat: remove 'sin1' region from Vercel configuration --- vercel.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 3d95010..bc16210 100644 --- a/vercel.json +++ b/vercel.json @@ -8,7 +8,6 @@ "regions": [ "iad1", "sfo1", - "bom1", - "sin1" + "bom1" ] } \ No newline at end of file