From 056df8a3c299aac7ab70da8c604a5c68badd6f91 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Sun, 8 Oct 2023 19:14:44 +0800 Subject: [PATCH] CI --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 8f538a7..eeb87c1 100644 --- a/vercel.json +++ b/vercel.json @@ -22,5 +22,5 @@ ] } ], - "rewrites": [{ "source": "/*", "destination": "/index.html" }] + "rewrites": [{ "source": "/:path*", "destination": "/index.html" }] }