We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803d3d5 commit d652927Copy full SHA for d652927
docs/README.md
@@ -9,4 +9,3 @@ import Footer from './components/Footer/Footer';
9
<WhoIsUsing />
10
<Contributing />
11
<Footer />
12
-
global.ts
@@ -1,4 +1,4 @@
1
// Redirect /zh-CN to /
2
if (location.pathname.startsWith('/zh-CN')) {
3
- location.pathname = '/';
+ location.href = `https://v3.umijs.org${location.pathname}`;
4
}
0 commit comments