Skip to content

Commit ccc8a88

Browse files
committed
Update site-constants.js
1 parent 67e937a commit ccc8a88

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://vi.legacy.reactjs.org';
1111
const version = '18.2.0';
1212
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';
1313

0 commit comments

Comments
 (0)