test: fix unit test temp

This commit is contained in:
YunYouJun
2022-06-27 09:38:18 +08:00
parent 0331d0fc86
commit 6bf89ef0a6
7 changed files with 74 additions and 27 deletions

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