From bc8548eccd37fe7f40576f3a23d5e30bd011a3a7 Mon Sep 17 00:00:00 2001 From: hillerliao Date: Thu, 12 May 2022 23:01:17 +0800 Subject: [PATCH] modify dest 5 --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index b764c27..a55fdaa 100644 --- a/vercel.json +++ b/vercel.json @@ -9,7 +9,7 @@ "routes": [ { "src": "/(.*)", - "dest": "/rsshub/" + "dest": "" } ] }