Reduce Vercel function timeout to 10 seconds

This commit is contained in:
Alicia Sykes 2024-03-21 12:10:52 +00:00
parent c4e29fda0f
commit ed53c29a55

7
vercel.json Normal file
View file

@ -0,0 +1,7 @@
{
"functions": {
"api/*.js": {
"maxDuration": 10
}
}
}