From 9fc9c9bee6fd7c0881e33a8c4671ec6bda17a07a Mon Sep 17 00:00:00 2001 From: hillerliao Date: Thu, 12 May 2022 22:59:57 +0800 Subject: [PATCH] modify dest 4 --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 1903c17..b764c27 100644 --- a/vercel.json +++ b/vercel.json @@ -9,7 +9,7 @@ "routes": [ { "src": "/(.*)", - "dest": "./main.py" + "dest": "/rsshub/" } ] }