Merge branch 'develop'

This commit is contained in:
Sam Carlton 2020-11-28 17:00:33 -06:00
commit e0f523c8dc
2 changed files with 19 additions and 1 deletions

View file

@ -161,6 +161,24 @@ export default {
'property': 'og:image:alt',
'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',
'content': `${process.env.URL}/images/og-image.png`

View file

@ -1,7 +1,7 @@
{
"name": "doesitarm",
"version": "1.0.0",
"description": "Apps that support Apple Silicon",
"description": "Find out the latest app support for Apple Silicon and the Apple M1 Processor",
"author": "Sam Carlton",
"private": true,
"scripts": {