HwangTaehyun / github-repository-contribution-stats

:fire: Dynamically generated Github Repository Contribution stats on your readmes (github-repository-contribution-stats)
https://github-contributor-stats.vercel.app
98 stars 21 forks source link

Resize avatar image to 50x50 #11

Closed Atry closed 1 year ago

Atry commented 1 year ago

This PR would significantly reduce the generated file size, avoiding HTTP 413 Payload Too Large error

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @HwangTaehyun on Vercel.

@HwangTaehyun first needs to authorize it.

Atry commented 1 year ago

25x25 might be too fuzzy, when devicePixelRatio is not 1.

Atry commented 1 year ago

Updated the PR to use 50x50 images

HwangTaehyun commented 1 year ago

@Atry Could you rebase it to main? Thank you!

Atry commented 1 year ago

Rebased