mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Merge branch 'master' into develop
This commit is contained in:
commit
ba949a3fe9
2 changed files with 20 additions and 0 deletions
|
|
@ -144,6 +144,26 @@ export default {
|
||||||
hid: 'description',
|
hid: 'description',
|
||||||
name: 'description',
|
name: 'description',
|
||||||
content: pkg.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' }]
|
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]
|
||||||
|
|
|
||||||
BIN
static/images/og-image.png
Normal file
BIN
static/images/og-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Loading…
Add table
Add a link
Reference in a new issue