Skip to content

Commit

Permalink
removed USE_MEDIUM_DATA env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
CanciuCostin committed Nov 12, 2021
1 parent 176cfb1 commit e2d654f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ REACT_APP_GITHUB_TOKEN = "YOUR GITHUB TOKEN HERE"
GITHUB_USERNAME = "YOUR GITHUB USERNAME HERE"
// Set to true to fetch profile data from GitHub (remember to remove all components relying on GitHub data if set to false)
USE_GITHUB_DATA = "true"
// Set to true to fetch blog data from Medium (otherwise, hardcoded values from Blogs.js are used)
USE_MEDIUM_DATA = "true"
// Set to your username in order to fetch blog data from Medium (otherwise, hardcoded values from Blogs.js are used)
MEDIUM_USERNAME = "YOU MEDIUM USERNAME HERE"

0 comments on commit e2d654f

Please sign in to comment.