Skip to content

Commit

Permalink
feat: vercel json
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew4Coding committed Oct 11, 2024
1 parent d580aef commit 8b51ee6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@
"src": "eventyog/wsgi.py",
"use": "@vercel/python",
"config": { "maxLambdaSize": "15mb", "runtime": "python3.11.3" }
},
{
"src": "build_files.sh",
"use": "@vercel/static-build",
"config": {
"distDir": "staticfiles"
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "eventyog/wsgi.py"
}
]
],
"outputDirectory": "staticfiles"
}

0 comments on commit 8b51ee6

Please sign in to comment.