-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix alternate lang tags * prettier * Scope down the change --------- Co-authored-by: Dan Abramov <[email protected]>
- Loading branch information
1 parent
7863b5b
commit 9deda00
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,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://reactjs.org'; | ||
const urlRoot = 'https://legacy.reactjs.org'; | ||
const version = '18.2.0'; | ||
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js'; | ||
|
||
|