We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f11789 commit 31edccbCopy full SHA for 31edccb
src/site-constants.js
@@ -7,7 +7,7 @@
7
8
// NOTE: We can't just use `location.toString()` because when we are rendering
9
// the SSR part in node.js we won't have a proper location.
10
-const urlRoot = 'https://legacy.reactjs.org/';
+const urlRoot = 'https://zh-hant.legacy.reactjs.org';
11
const version = '18.2.0';
12
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
13
0 commit comments