1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-29 09:49:38 +02:00

fix silly error

This commit is contained in:
Sean Morley 2024-07-08 12:04:35 -04:00
parent cdf61b06e0
commit f3fb01d341

View file

@ -1,7 +1,7 @@
{ {
"builds": [ "builds": [
{ {
"src": "djangoprojectname/wsgi.py", "src": "demo/wsgi.py",
"use": "@vercel/python", "use": "@vercel/python",
"config": { "maxLambdaSize": "15mb", "runtime": "python3.9" } "config": { "maxLambdaSize": "15mb", "runtime": "python3.9" }
} }
@ -9,7 +9,7 @@
"routes": [ "routes": [
{ {
"src": "/(.*)", "src": "/(.*)",
"dest": "djangoprojectname/wsgi.py" "dest": "demo/wsgi.py"
} }
] ]
} }