Add vercel
This commit is contained in:
BIN
render/outputs/jonas1.png
Normal file
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
BIN
render/outputs/jonas2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
15
vercel.json
Normal file
15
vercel.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "*.py",
|
||||
"use": "@liudonghua123/now-flask"
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "(.*)",
|
||||
"dest": "main.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user