WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0d9249a

Browse files
committed
Add blazediff
1 parent 547ca21 commit 0d9249a

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

workspaces/website/__generated__/opengraphs.ts

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspaces/website/components/organisms/github-activity/GitHubActivity.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ interface Props {
1212
minStars?: number
1313
}
1414

15-
const GitHubActivity = async ({ username, minStars = 100 }: Props) => {
15+
const GitHubActivity = async ({ username, minStars = 50 }: Props) => {
1616
if (!process.env.GQL_API_GITHUB_TOKEN) {
1717
throw new Error('GQL_API_GITHUB_TOKEN is not defined')
1818
}
1919

20-
const lastYear = new Date()
21-
lastYear.setFullYear(lastYear.getFullYear() - 1)
2220
const now = new Date()
2321
now.setHours(0, 0, 0, 0)
2422

0 commit comments

Comments
 (0)