Skip to content

Commit 04deaed

Browse files
authored
Merge pull request #570 from swfz/feature/migrate-to-kusa-image
Contribution画像の差し替え
2 parents 41fd0f2 + 42f4c28 commit 04deaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/kusa/[username].tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const Detail = ({ username }: { username: string }) => {
102102

103103
const Kusa = (props: Props) => {
104104
const username = props.username;
105-
const imgUrl = `https://grass-graph.appspot.com/images/${username}.png?${Date.now()}`;
105+
const imgUrl = `https://ksua-image.deno.dev/?user=${username}`;
106106
const siteUrl = `https://tools.swfz.io/kusa/${username}`;
107107
const title = `GitHub Contributions(kusa) in ${username}`;
108108
const desc = `Today: ${props.todayContributionCount}, Yesterday: ${props.yesterdayContributionCount}, Streak: ${props.currentStreak}`;

0 commit comments

Comments
 (0)