mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add social meta images
This commit is contained in:
parent
ddeca5d8fb
commit
fa1fcbc433
2 changed files with 20 additions and 0 deletions
|
|
@ -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' }]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue