Skip to content

Commit 4fe168b

Browse files
authored
Update vercel.json
1 parent 85df0fc commit 4fe168b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

vercel.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"use": "@vercel/python"
77
}
88
],
9-
"routes": [
10-
{
11-
"src": "/code_graph/(.*)",
12-
"dest": "app.py"
13-
}
9+
"rewrites": [
10+
{ "source": "/(.*)", "destination": "/code_graph/app" }
1411
]
1512
}

0 commit comments

Comments
 (0)