Skip to content

Commit

Permalink
Set env Data
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Apr 4, 2024
1 parent f379b94 commit ec1641a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/src/context/CommunityStats/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const CommunityStatsContext = createContext<
export const CommunityStatsProvider: FC = ({ children }) => {
const { siteConfig } = useDocusaurusContext();
const followersAccessKey = siteConfig.customFields.REACT_APP_FOLLOWERS_ACCESS_KEY;
console.log(followersAccessKey);
const [loading, setLoading] = useState(true);
const [githubStarCount, setGithubStarCount] = useState(0);
const [githubFollowersCount, setGithubFollowersCount] = useState(0);
Expand Down

0 comments on commit ec1641a

Please sign in to comment.