umami/vercel.json
2025-01-30 13:24:01 -05:00

7 lines
84 B
JSON

{
"functions": {
"src/pages/api/**/*": {
"maxDuration": 300
}
}
}