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" } ] }