fix og:image

This commit is contained in:
Avris 2020-11-29 18:29:45 +01:00
parent a4b394fdc9
commit f9af5d7bd4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export const head = ({title, description, banner}) => {
if (banner) {
banner = process.env.BASE_URL + '/' + banner.replace(/^\//, '');
meta.meta.push({ hid: 'og:logo', property: 'og:logo', content: banner });
meta.meta.push({ hid: 'og:image', property: 'og:image', content: banner });
meta.meta.push({ hid: 'twitter:image', property: 'twitter:image', content: banner });
}