mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
fix og:image
This commit is contained in:
parent
6785fbe8f3
commit
a8e330a02b
@ -31,7 +31,7 @@ export default {
|
|||||||
{ hid: 'og:title', property: 'og:title', content: title },
|
{ hid: 'og:title', property: 'og:title', content: title },
|
||||||
{ hid: 'og:description', property: 'og:description', content: description },
|
{ hid: 'og:description', property: 'og:description', content: description },
|
||||||
{ hid: 'og:site_name', property: 'og:site_name', content: title },
|
{ hid: 'og:site_name', property: 'og:site_name', content: title },
|
||||||
{ hid: 'og:logo', property: 'og:logo', content: banner },
|
{ hid: 'og:image', property: 'og:image', content: banner },
|
||||||
|
|
||||||
{ hid: 'twitter:card', property: 'twitter:card', content: 'summary_large_image' },
|
{ hid: 'twitter:card', property: 'twitter:card', content: 'summary_large_image' },
|
||||||
{ hid: 'twitter:title', property: 'twitter:title', content: title },
|
{ hid: 'twitter:title', property: 'twitter:title', content: title },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user