Skip to content

Commit 2f641fd

Browse files
authored
Update vercel.json
1 parent 3990138 commit 2f641fd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

vercel.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"version": 2,
3-
"builds": [
4-
{ "src": "code_graph/app.py", "use": "@vercel/python" }
5-
],
6-
"routes": [
7-
{ "src": "/(.*)", "dest": "/code_graph/app.py" }
2+
"rewrites": [
3+
{ "source": "/(.*)", "destination": "/code_graph/app" }
84
]
95
}

0 commit comments

Comments
 (0)