diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..71b0c45 --- /dev/null +++ b/vercel.json @@ -0,0 +1,18 @@ +{ + "version": 2, + "builds": [ + { + "src": "app.py", + "use": "@vercel/python" + } + ], + "routes": [ + { + "src": "/(.*)", + "dest": "app.py" + } + ], + "region": [ + "hkg1" + ] +}