From 2ada0764f7b929574840f06d71d3a915a5560686 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Mon, 27 Jun 2022 09:46:01 +0800 Subject: [PATCH] chore: fix vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 93dba07..448dc52 100644 --- a/vercel.json +++ b/vercel.json @@ -2,6 +2,6 @@ "rewrites": [ { "source": "/about", "destination": "/index.html" }, { "source": "/help", "destination": "/index.html" }, - { "source": "/wechat", "destination": "/index.html" }, + { "source": "/wechat", "destination": "/index.html" } ] }