diff --git a/render/outputs/jonas1.png b/render/outputs/jonas1.png new file mode 100644 index 0000000..f1695c7 Binary files /dev/null and b/render/outputs/jonas1.png differ diff --git a/render/outputs/jonas2.png b/render/outputs/jonas2.png new file mode 100644 index 0000000..046e280 Binary files /dev/null and b/render/outputs/jonas2.png differ diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..745ac50 --- /dev/null +++ b/vercel.json @@ -0,0 +1,15 @@ +{ + "version": 2, + "builds": [ + { + "src": "*.py", + "use": "@liudonghua123/now-flask" + } + ], + "routes": [ + { + "src": "(.*)", + "dest": "main.py" + } + ] +} \ No newline at end of file