chore: remove challenges from community

This commit is contained in:
jinhojang6 2023-12-05 02:12:47 +09:00
parent ef4bcaca9a
commit d873298059
2 changed files with 2 additions and 11 deletions

View File

@ -48,10 +48,6 @@ const config = {
path: 'root-pages', path: 'root-pages',
}, },
generated: { generated: {
challenges: {
repoArray: [{ owner: 'waku-org', repo: 'bounties' }],
githubAccessToken: process.env.GITHUB_ACCESS_TOKEN,
},
jobList: { jobList: {
jobBoard: 'waku', jobBoard: 'waku',
}, },

View File

@ -6,8 +6,7 @@ displayed_sidebar: null
sidebar_class_name: hidden sidebar_class_name: hidden
--- ---
import { Grid, Box, SocialCard, GithubChallenges } from '/src/components/mdx' import { Grid, Box, SocialCard } from '/src/components/mdx'
import * as challengesData from '/generated/challenges.json'
# Join the community # Join the community
@ -59,8 +58,4 @@ import * as challengesData from '/generated/challenges.json'
/> />
</Grid.Item> </Grid.Item>
</Grid> </Grid>
</Box> </Box>
<GithubChallenges
challengesData={challengesData}
/>