From bda76a2841340591dbf6076b9535cd04af7fe2a5 Mon Sep 17 00:00:00 2001 From: koy <369491420@qq.com> Date: Sun, 3 Dec 2023 19:34:00 +0800 Subject: [PATCH] update: pretty. --- vercel.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vercel.json b/vercel.json index f2d33447f0..f77dd3c101 100644 --- a/vercel.json +++ b/vercel.json @@ -1,9 +1,9 @@ { - "redirects": [ - { - "source": "/", - "destination": "./docs/index.html", - "permanent": true - } - ] -} \ No newline at end of file + "redirects": [ + { + "source": "/", + "destination": "./docs/index.html", + "permanent": true + } + ] +}