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" }