Skip to content

Commit b634d9a

Browse files
committed
Fix vercel.json
1 parent 858b7e2 commit b634d9a

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

vercel.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2+
"version": 2,
23
"builds": [
3-
{
4-
"src": "api/index.py",
5-
"use": "@vercel/python"
6-
}
4+
{
5+
"src": "api/index.py",
6+
"use": "@vercel/python"
7+
}
78
],
89
"routes": [
9-
{
10-
"src": "/(.*)",
11-
"dest": "api/index.py"
12-
}
10+
{
11+
"src": "/(.*)",
12+
"dest": "api/index.py"
13+
}
1314
]
14-
}
15+
}

0 commit comments

Comments
 (0)