Merge branch 'master' into develop

This commit is contained in:
Sam Carlton 2020-11-28 16:55:40 -06:00
commit ba949a3fe9
2 changed files with 20 additions and 0 deletions

View file

@ -144,6 +144,26 @@ export default {
hid: 'description',
name: 'description',
content: pkg.description
},
{
'property': 'og:image',
'content': `${process.env.URL}/images/og-image.png`
},
{
'property': 'og:image:width',
'content': '1200'
},
{
'property': 'og:image:height',
'content': '627'
},
{
'property': 'og:image:alt',
'content': 'Does It ARM Logo'
},
{
'property': 'twitter:image',
'content': `${process.env.URL}/images/og-image.png`
}
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]

BIN
static/images/og-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB