diff --git a/vercel.json b/vercel.json new file mode 100644 index 000000000..bad51066f --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "functions": { + "api/**.{js,ts}": { + "regions": ["sin1"] // replace with sin1, fra1, etc. as needed + } + } +}