clicepfl / website

CLIC website software built with Strapi, NextJS + React and Meilisearch as Docker services
https://github.com/orgs/clicepfl/projects/3
GNU Affero General Public License v3.0
6 stars 0 forks source link

feat: add og properties for preview #55

Closed Thechi2000 closed 4 months ago

Thechi2000 commented 4 months ago

Add OpenGraph properties to the TabTitle components to enable a preview in many social medias (see #54). Currently, the news and commissions pages have no image nor descriptions, since there currently is no adequate content on Directus, and I didn't feel like adding some solely for this feature.

I did not find a way to accurately test this feature, since it requires to go through a external tool like Telegram, which probably caches the results on its server side, and obviously cannot access the development server on localhost.

Closes #54.