brisa-build / brisa

The Web Platform Framework.
https://brisa.build
MIT License
449 stars 12 forks source link

chore(www): fix og images replacing svg to png #568

Closed aralroca closed 1 month ago

aralroca commented 1 month ago

Fixes https://github.com/brisa-build/brisa/issues/567

When sharing links from Brisa's website the generated images were not displayed because they were being saved in SVG and SVG is not supported in open graph, causing them to be ignored. Now they are transformed to .png, so you should be able to share the links on social networks displaying the image correctly. For the documentation and the rest of the pages, this image is auto-created with a previously created script that focuses on the heading text, the logo, and Brisa's blue background.