Add vercel

This commit is contained in:
2022-09-28 15:33:48 +02:00
parent 996f6d3723
commit 077f1b0cd6
3 changed files with 15 additions and 0 deletions

BIN
render/outputs/jonas1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
render/outputs/jonas2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

15
vercel.json Normal file
View File

@@ -0,0 +1,15 @@
{
"version": 2,
"builds": [
{
"src": "*.py",
"use": "@liudonghua123/now-flask"
}
],
"routes": [
{
"src": "(.*)",
"dest": "main.py"
}
]
}