Redirect root/zh/v2.7 to root/zh

This commit is contained in:
vickyhella
2022-12-08 15:57:03 +08:00
parent 07b4f19c74
commit 6c4da196fe
@@ -12,5 +12,5 @@ description: Dummy file used to redirect to the base url
import {Redirect} from '@docusaurus/router';
const Home = () => {
return <Redirect to="/" />;
return <Redirect to="/zh" />;
};