From 309db219e8bc1f0d37acc64e699116403b2d5ebb Mon Sep 17 00:00:00 2001 From: Innei Date: Fri, 2 Aug 2024 17:52:31 +0800 Subject: [PATCH] fix: try vercel conf Signed-off-by: Innei --- vercel.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/vercel.json b/vercel.json index 1e46d2138..307562f86 100644 --- a/vercel.json +++ b/vercel.json @@ -7,13 +7,10 @@ { "source": "/__debug_proxy/:path*", "destination": "/__debug_proxy.html" - } - ], - "routes": [ + }, { - "src": "/[^.]+", - "dest": "/", - "status": 200 + "source": "/(.*)", + "destination": "/index.html" } ] }