Feat: hide blocks not challenges (#39504)
* fix: remove isHidden flag from frontmatter * fix: add isUpcomingChange Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com> * feat: hide blocks not challenges Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com> Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6b081c7e7b
commit
bd68b70f3d
@ -51,7 +51,7 @@ FREECODECAMP_NODE_ENV='development'
|
||||
# Language to build
|
||||
LOCALE=english
|
||||
# Show or hide WIP in progress challenges
|
||||
SHOW_HIDDEN=true
|
||||
SHOW_UPCOMING_CHANGES=false
|
||||
# Application paths
|
||||
HOME_LOCATION='http://localhost:8000'
|
||||
API_LOCATION='http://localhost:3000'
|
||||
|
Reference in New Issue
Block a user