diff --git a/vercel.json b/vercel.json index d209857..8226e7d 100644 --- a/vercel.json +++ b/vercel.json @@ -1,11 +1,4 @@ { - "builds": [ - { - "src": "website/wsgi.py", - "use": "@vercel/python", - "config": { "maxLambdaSize": "15mb", "runtime": "python3.9" } - } - ], "routes": [ { "src": "/static/(.*)", @@ -15,6 +8,5 @@ "src": "/(.*)", "dest": "website/wsgi.py" } - ], - "buildCommand": "python website/manage.py collectstatic --noinput" -} + ] +} \ No newline at end of file