1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Prefer og:image for opengraph

See https://github.com/Chocobozzz/PeerTube/issues/7109
This commit is contained in:
Chocobozzz 2025-06-27 10:00:51 +02:00
parent 53472daa07
commit 6c85bbf852
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 6 additions and 6 deletions

View file

@ -170,7 +170,7 @@ export class TagsHtml {
}
if (tags.image?.url) {
metaTags['og:image:url'] = tags.image.url
metaTags['og:image'] = tags.image.url
}
if (tags.image?.width && tags.image?.height) {