mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 00:03:50 -05:00
* fix(common): Added expected homeURL that was missing added variable homeURL that is imported into file Timeline.jsx BREAKING CHANGE: none Closes #16836 * Changed the homeURL variable link Changed the homeURL variable link to be "https://freecodecamp.org" Instead of "https://www.freecodecamp.org/challenges/learn-how-freecodecamp-works" as per @Bouncey's requested change.
10 lines
460 B
JSON
10 lines
460 B
JSON
{
|
|
"aboutUrl": "https://www.freecodecamp.org/about",
|
|
"defaultProfileImage": "https://s3.amazonaws.com/freecodecamp/camper-image-placeholder.png",
|
|
"donateUrl": "https://www.freecodecamp.org/donate",
|
|
"forumUrl": "https://forum.freecodecamp.org",
|
|
"githubUrl": "https://github.com/freecodecamp/freecodecamp",
|
|
"RSA": "https://forum.freecodecamp.org/t/the-read-search-ask-methodology-for-getting-unstuck/137307",
|
|
"homeURL": "https://freecodecamp.org"
|
|
}
|