We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1707284 commit 66df910Copy full SHA for 66df910
vercel.json
@@ -1,26 +1,26 @@
1
{
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
- }
+ "version": 2,
+ "builds": [
+ {
+ "src": "app.py",
+ "use": "@vercel/python"
+ },
+ "src": "build.sh",
+ "use": "@vercel/static-build",
+ "config": {
+ "distDir": "staticfiles_build"
14
}
15
- ],
16
- "routes": [
17
18
- "src": "/static/(.*)",
19
- "dest": "/static/$1"
20
21
22
- "src": "/(.*)",
23
- "dest": "app.py"
24
25
- ]
26
+ }
+ ],
+ "routes": [
+ "src": "/static/(.*)",
+ "dest": "/static/$1"
+ "src": "/(.*)",
+ "dest": "app.py"
+ ]
+}
0 commit comments