Skip to content

Commit c8d35ef

Browse files
authored
site-constants.js: update
1 parent d3e08cd commit c8d35ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/site-constants.js

-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@
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-
<<<<<<< HEAD
1110
const urlRoot = 'https://ru.reactjs.org';
12-
const version = '16.8.4';
13-
=======
14-
const urlRoot = 'https://reactjs.org';
1511
const version = '16.8.6';
16-
>>>>>>> 59c3c0a1551841cedfc8478524808492289e61f5
1712
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
1813

1914
export {babelURL, urlRoot, version};

0 commit comments

Comments
 (0)