We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5aa6b commit 32ea1d1Copy full SHA for 32ea1d1
1 file changed
src/site-constants.js
@@ -7,13 +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://hu.reactjs.org';
12
-const version = '17.0.1';
13
-=======
14
-const urlRoot = 'https://reactjs.org';
15
const version = '17.0.2';
16
->>>>>>> c970f75a0ac3513f50e7a4989757c50cde0b7396
17
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';
18
19
export {babelURL, urlRoot, version};
0 commit comments