mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-12 11:27:23 -04:00
fix silly error
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user