mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 15:29:36 +02:00
fix silly error
This commit is contained in:
parent
cdf61b06e0
commit
f3fb01d341
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"builds": [
|
||||
{
|
||||
"src": "djangoprojectname/wsgi.py",
|
||||
"src": "demo/wsgi.py",
|
||||
"use": "@vercel/python",
|
||||
"config": { "maxLambdaSize": "15mb", "runtime": "python3.9" }
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
|||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "djangoprojectname/wsgi.py"
|
||||
"dest": "demo/wsgi.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue