From 45480e425b304dbe62cedc262e23b0f0c376aedd Mon Sep 17 00:00:00 2001 From: hillerliao Date: Thu, 12 May 2022 23:07:09 +0800 Subject: [PATCH] change build src --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index a55fdaa..63909b1 100644 --- a/vercel.json +++ b/vercel.json @@ -2,14 +2,14 @@ "version": 2, "builds": [ { - "src": "./main.py", + "src": "./rsshub/bluerpints/main.py", "use": "@vercel/python" } ], "routes": [ { "src": "/(.*)", - "dest": "" + "dest": "/" } ] }