Create vercel.json

This commit is contained in:
vyuhmedia 2025-05-24 17:53:50 +05:30 committed by GitHub
parent b04077db02
commit 0b60d597dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
vercel.json Normal file
View file

@ -0,0 +1,7 @@
{
"functions": {
"api/**.{js,ts}": {
"regions": ["sin1"] // replace with sin1, fra1, etc. as needed
}
}
}