From de57b4effa49d160f068d6b9911374b5fb376344 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 23 Nov 2024 16:55:38 +0800 Subject: [PATCH] pref: update vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 572a48d..bb36619 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,3 @@ { - "rewrites": [{ "source": "/(.*)", "destination": "/" }] + "rewrites": [{ "source": "/:path*", "destination": "/index.html" }] } \ No newline at end of file