mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-09 10:45:48 +00:00
Redirect root/zh/v2.7 to root/zh
This commit is contained in:
@@ -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" />;
|
||||
};
|
||||
Reference in New Issue
Block a user