Open
Description
📚 Is your documentation request related to a problem?
The homepage displays a contributors count, I assume this is meant to be the total contributors of this project, but the request https://ungh.cc/repos/nuxt/scripts/contributors
is limited to return the default paginated amount of contributors (30).
I suppose ungh should allow passing query parameters to raise this, but the max results you can query is 100 (https://api.github.com/repos/nuxt/scripts/contributors?per_page=100
). I'll open an issue there as well.
🔍 Where should you find it?
ℹ️ Additional context
I'm working on improving https://i18n.nuxtjs.org/ and came across this while checking if I could add a contributor count/appreciation section.