From c64a75abf6454e343ab088316d7ef1e830cdbff5 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 15 Apr 2023 22:31:34 +0800 Subject: [PATCH] Update vercel.json --- vercel.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index bb36619..3185472 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,8 @@ { - "rewrites": [{ "source": "/:path*", "destination": "/index.html" }] -} \ No newline at end of file + "rewrites": [ + { + "source": "/:path*", + "destination": "/index.html" + } + ] +}