mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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',
|
'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`
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "doesitarm",
|
"name": "doesitarm",
|
||||||
"version": "1.0.0",
|
"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",
|
"author": "Sam Carlton",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue