Skip to content

Commit c1c093b

Browse files
committed
try-19.06.2024
1 parent 86d0f65 commit c1c093b

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

vercel.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
2-
"version": 2,
32
"builds": [
4-
{ "src": "run.py", "use": "@vercel/python" }
5-
],
6-
"routes": [
7-
{ "src": "/(.*)", "dest": "./run.py" }
8-
]
3+
{
4+
"src": "run.py",
5+
"use": "@vercel/python"
6+
},
7+
{
8+
"src": "static/**",
9+
"use": "@vercel/static"
10+
}
11+
],
12+
"routes": [
13+
{
14+
"src": "/(.*)",
15+
"dest": "run.py"
16+
}
17+
]
918
}

0 commit comments

Comments
 (0)