Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit b8a29ad

Browse files
authored
Update vercel.json
1 parent 011ae18 commit b8a29ad

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

vercel.json

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

0 commit comments

Comments
 (0)