From 0c0384817aa30f68e0f6eef7450f373cccb2616b Mon Sep 17 00:00:00 2001 From: Fred Vuni Date: Tue, 24 Dec 2024 11:54:21 +0300 Subject: [PATCH] chore: adjust the vercel configurations --- vercel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 9b6f6bb..d209857 100644 --- a/vercel.json +++ b/vercel.json @@ -15,5 +15,6 @@ "src": "/(.*)", "dest": "website/wsgi.py" } - ] + ], + "buildCommand": "python website/manage.py collectstatic --noinput" }