Amio Jin
Amio Jin
> If you remove `builds` property from now.json, it should "just work" without any additional configuration. Removed `builds` property https://badgennet-b7t1t7wa0.now.sh @styfle htmls are fine but statics (js, css, etc) are...
@d-markey Thanks for the fix!
Indeed it's extremely slow 🤦♂️
Badgen's requests would timeout at 3 seconds (to make sure response for GitHub before it's timeout). We need to find a faster api for this, maybe official docker hub api...
@styfle Sure
Seems we can get layers info from official registry api https://docs.docker.com/registry/spec/api/#pulling-an-image While I hate to add another token 😾
Thanks @bokub ! I'm doing an refactor https://github.com/badgen/badgen.net/pull/579 , I'll integrate the fix in the migration.
This should get fixed by now, thanks @bokub !
@lj0812 Great find! I've made the fix in #78
Hey @lj0812 @Albhe428 , I just released the fix in v3.2.3. Thanks!