From 0ba7ab16e1d43d6b9beab6ac01c10609b85e8a52 Mon Sep 17 00:00:00 2001 From: hillerliao Date: Thu, 12 May 2022 22:45:27 +0800 Subject: [PATCH] Update vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 2b0ffc0..9668dbc 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "version": 2, "builds": [ { - "src": "main.py", + "src": "./rsshub/main.py", "use": "@vercel/python" } ],