Skip to content

Commit

Permalink
style(site-constants): fixed linting error (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
deblasis committed Jul 11, 2022
1 parent 131dd0b commit 7722289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// 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.
const urlRoot = 'https://it.reactjs.org';
const version = '18.2.0';;
const version = '18.2.0';
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';

export {babelURL, urlRoot, version};

0 comments on commit 7722289

Please sign in to comment.