chore: fix vercel.json

This commit is contained in:
YunYouJun
2022-06-27 09:46:01 +08:00
parent d7b6fff888
commit 2ada0764f7

View File

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