From 9bb31ec0318d2c8111cf9461fa7394bdefe10ed0 Mon Sep 17 00:00:00 2001 From: Fred Vuni Date: Tue, 24 Dec 2024 11:58:57 +0300 Subject: [PATCH] chore: adjust the vercel configurations (remove builds section) --- vercel.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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