Skip to content

Commit 31edccb

Browse files
committed
Update site-constants.js
1 parent 9f11789 commit 31edccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site-constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// NOTE: We can't just use `location.toString()` because when we are rendering
99
// the SSR part in node.js we won't have a proper location.
10-
const urlRoot = 'https://legacy.reactjs.org/';
10+
const urlRoot = 'https://zh-hant.legacy.reactjs.org';
1111
const version = '18.2.0';
1212
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
1313

0 commit comments

Comments
 (0)