Add vercel

This commit is contained in:
2022-09-28 16:01:37 +02:00
parent a8396785d6
commit ed48c613d5
2 changed files with 15 additions and 0 deletions

View File

15
vercel.json Normal file
View File

@@ -0,0 +1,15 @@
{
"version": 2,
"builds": [
{
"src": "./app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/"
}
]
}