Skip to content

Commit 66df910

Browse files
committed
chore: formatted the vercel.json file
1 parent 1707284 commit 66df910

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

vercel.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"version": 2,
3-
"builds": [
4-
{
5-
"src": "app.py",
6-
"use": "@vercel/python"
7-
},
8-
{
9-
"src": "build.sh",
10-
"use": "@vercel/static-build",
11-
"config": {
12-
"distDir": "staticfiles_build"
13-
}
2+
"version": 2,
3+
"builds": [
4+
{
5+
"src": "app.py",
6+
"use": "@vercel/python"
7+
},
8+
{
9+
"src": "build.sh",
10+
"use": "@vercel/static-build",
11+
"config": {
12+
"distDir": "staticfiles_build"
1413
}
15-
],
16-
"routes": [
17-
{
18-
"src": "/static/(.*)",
19-
"dest": "/static/$1"
20-
},
21-
{
22-
"src": "/(.*)",
23-
"dest": "app.py"
24-
}
25-
]
26-
}
14+
}
15+
],
16+
"routes": [
17+
{
18+
"src": "/static/(.*)",
19+
"dest": "/static/$1"
20+
},
21+
{
22+
"src": "/(.*)",
23+
"dest": "app.py"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)