We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6a111 commit e474987Copy full SHA for e474987
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://pl.reactjs.org';
12
-const version = '16.13.0';
13
-=======
14
-const urlRoot = 'https://reactjs.org';
15
const version = '16.13.1';
16
->>>>>>> 7e4f503d86bee08b88eed77a6c9d06077863a27c
17
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';
18
19
export {babelURL, urlRoot, version};
0 commit comments