Skip to content

Commit

Permalink
chore: adjust the vercel configurations (remove builds section)
Browse files Browse the repository at this point in the history
  • Loading branch information
FREDVUNI committed Dec 24, 2024
1 parent 0c03848 commit 9bb31ec
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"builds": [
{
"src": "website/wsgi.py",
"use": "@vercel/python",
"config": { "maxLambdaSize": "15mb", "runtime": "python3.9" }
}
],
"routes": [
{
"src": "/static/(.*)",
Expand All @@ -15,6 +8,5 @@
"src": "/(.*)",
"dest": "website/wsgi.py"
}
],
"buildCommand": "python website/manage.py collectstatic --noinput"
}
]
}

0 comments on commit 9bb31ec

Please sign in to comment.