nuxt / nuxters

https://nuxters.nuxt.com
MIT License
133 stars 17 forks source link

Bug: Nuxters Card for GitHub is not displayed #65

Closed shinGangan closed 2 months ago

shinGangan commented 2 months ago

🐞 Description

The Nuxters Card that was displayed in the GitHub README is suddenly not showing up. The URL of the OG image has been changed and we believe this may be the cause.

However, it is possible that the loading of Add your Nuxter card on Github is not completed and another problem is compounding. (This one will creating in another bug issue: #66 ).

🔗 Linked Issue

related #66 .

maximepvrt commented 2 months ago

Yes, we changed the url, before it was the default URL of the image generated by the og-image module, which changed its path, so we set up a proxy to avoid further disruption if the path changes in the future.

shinGangan commented 2 months ago

Thanks for the comment.

I tried the this URL (nuxters.nuxt.com/card/{GitHub name}/og.png) as a test, but it didn't improve the situation. The image is still not displayed.

maximepvrt commented 2 months ago

https://github.com/nuxt-modules/og-image/issues/194

Your github avatar is a PNG image, and there is an error with the new version of og-image.

https://nuxters.nuxt.com/card/maximepvrt/og.png => OK (jpeg avatar) https://nuxters.nuxt.com/card/shinGangan/og.png => KO (png avatar)

maximepvrt commented 2 months ago

@shinGangan

shinGangan commented 2 months ago

@maximepvrt Thank you ❤️