Skip to content

Commit c5ebc08

Browse files
authored
Update site-constants.js
1 parent 13254ca commit c5ebc08

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/site-constants.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +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://he.reactjs.org';
12-
const version = '17.0.12';
13-
=======
14-
const urlRoot = 'https://reactjs.org';
15-
<<<<<<< HEAD
16-
const version = '18.0.0';
17-
>>>>>>> 84ad3308338e2bb819f4f24fa8e9dfeeffaa970b
18-
=======
1911
const version = '18.1.0';
20-
>>>>>>> 3aac8c59848046fb427aab4373a7aadd7069a24c
2112
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';
2213

2314
export {babelURL, urlRoot, version};

0 commit comments

Comments
 (0)