From 53e3a81a0d8866e37fc935e01ad6ae0acda07c4c Mon Sep 17 00:00:00 2001 From: zaidmukaddam Date: Thu, 28 Nov 2024 19:34:52 +0530 Subject: [PATCH] feat: update Vercel regions to include iad1 --- vercel.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index b2b767b..3d95010 100644 --- a/vercel.json +++ b/vercel.json @@ -5,5 +5,10 @@ "schedule": "0 * * * *" } ], - "regions": ["sfo1", "bom1", "sin1"] + "regions": [ + "iad1", + "sfo1", + "bom1", + "sin1" + ] } \ No newline at end of file