Skip to content

Commit 003faf9

Browse files
committed
update vercel json
1 parent 8c7213d commit 003faf9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vercel.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"rewrites": [
33
{ "source": "/(.*)", "destination": "/api/index" }
4-
]
4+
],
5+
"functions": {
6+
"api/index.py": {
7+
"maxDuration": 60
8+
}
9+
}
510
}

0 commit comments

Comments
 (0)