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:
parent
53472daa07
commit
6c85bbf852
2 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue