mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Merge branch 'develop'
This commit is contained in:
commit
e0f523c8dc
2 changed files with 19 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue