Skip to content

Commit

Permalink
Update site-constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
potato4d committed Apr 2, 2019
1 parent 8c42667 commit e7c8979
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/site-constants.js
Expand Up @@ -7,13 +7,8 @@

// NOTE: We can't just use `location.toString()` because when we are rendering
// the SSR part in node.js we won't have a proper location.
<<<<<<< HEAD
const urlRoot = 'https://ja.reactjs.org';
const version = '16.8.4';
=======
const urlRoot = 'https://reactjs.org';
const version = '16.8.6';
>>>>>>> 59c3c0a1551841cedfc8478524808492289e61f5
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';

export {babelURL, urlRoot, version};

0 comments on commit e7c8979

Please sign in to comment.