fix og:image

This commit is contained in:
Andrea Vos 2020-11-29 18:36:57 +01:00
parent 6785fbe8f3
commit a8e330a02b

View File

@ -31,7 +31,7 @@ export default {
{ hid: 'og:title', property: 'og:title', content: title },
{ hid: 'og:description', property: 'og:description', content: description },
{ 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:title', property: 'twitter:title', content: title },