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

Add compression middleware #10

Closed Atry closed 1 year ago

Atry commented 1 year ago

Currently avatar images are embedded as base64 URL, which will result in huge file size that could exceed Vercel's payload size limit.

This PR mitigates the issue by enabling compression.

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.

HwangTaehyun commented 1 year ago

@Atry Could you resolve the conflict of build file? Thank you!

Atry commented 1 year ago

Conflicts resolved

HwangTaehyun commented 1 year ago

@Atry Thank you!

Atry commented 1 year ago

By the way, #11 is more significant than this PR.