mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +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';
|
import {Redirect} from '@docusaurus/router';
|
||||||
|
|
||||||
const Home = () => {
|
const Home = () => {
|
||||||
return <Redirect to="/" />;
|
return <Redirect to="/zh" />;
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user