umami/vercel.json
2025-05-24 17:53:50 +05:30

7 lines
126 B
JSON

{
"functions": {
"api/**.{js,ts}": {
"regions": ["sin1"] // replace with sin1, fra1, etc. as needed
}
}
}