mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Add missing twitter card meta
This commit is contained in:
parent
ba949a3fe9
commit
4ce5b0b904
1 changed files with 18 additions and 0 deletions
|
|
@ -161,6 +161,24 @@ export default {
|
||||||
'property': 'og:image:alt',
|
'property': 'og:image:alt',
|
||||||
'content': 'Does It ARM Logo'
|
'content': 'Does It ARM Logo'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Twitter Card
|
||||||
|
{
|
||||||
|
'property': 'twitter:card',
|
||||||
|
'content': 'summary'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'property': 'twitter:title',
|
||||||
|
'content': 'Does It ARM'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'property': 'twitter:description',
|
||||||
|
'content': pkg.description
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'property': 'twitter:url',
|
||||||
|
'content': `${process.env.URL}`
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'property': 'twitter:image',
|
'property': 'twitter:image',
|
||||||
'content': `${process.env.URL}/images/og-image.png`
|
'content': `${process.env.URL}/images/og-image.png`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue