We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13254ca commit c5ebc08Copy full SHA for c5ebc08
1 file changed
src/site-constants.js
@@ -7,17 +7,8 @@
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
-<<<<<<< HEAD
11
const urlRoot = 'https://he.reactjs.org';
12
-const version = '17.0.12';
13
-=======
14
-const urlRoot = 'https://reactjs.org';
15
16
-const version = '18.0.0';
17
->>>>>>> 84ad3308338e2bb819f4f24fa8e9dfeeffaa970b
18
19
const version = '18.1.0';
20
->>>>>>> 3aac8c59848046fb427aab4373a7aadd7069a24c
21
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';
22
23
export {babelURL, urlRoot, version};
0 commit comments