From dfe937f52b15ef265688474e59aa820acb4ae94b Mon Sep 17 00:00:00 2001 From: chaoszhu <44160914+chaos-zhu@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:59:12 +0800 Subject: [PATCH] Update vercel.json --- server/vercel.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/server/vercel.json b/server/vercel.json index e8eaad7..2d982df 100644 --- a/server/vercel.json +++ b/server/vercel.json @@ -5,11 +5,5 @@ "src": "./index.js", "use": "@vercel/node" } - ], - "routes": [ - { - "src": "/(.*)", - "dest": "/" - } ] }