Skip to content

Commit f6257fc

Browse files
authored
vercel.json
vercel.json
1 parent c859448 commit f6257fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"builds": [
33
{
4-
"src": "vercel_app/wsgi.py",
4+
"src": "mysite/wsgi.py",
55
"use": "@vercel/python"
66
}
77
],
88
"routes": [
99
{
1010
"src": "/(.*)",
11-
"dest": "vercel_app/wsgi.py"
11+
"dest": "mysite/wsgi.py"
1212
}
1313
]
1414
}

0 commit comments

Comments
 (0)