Create varaible for updates M2 verbiage

This commit is contained in:
Sam Carlton 2022-06-06 14:24:45 -05:00
parent 374368ede5
commit 4b8c6a7eea
11 changed files with 28 additions and 18 deletions

View file

@ -153,7 +153,7 @@ export default {
{
'hid': 'description',
'name': 'description',
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors for gaming. `
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and ${ process.env.npm_package_config_verbiage_processors } Processors for gaming. `
},
// Twitter Card
@ -165,7 +165,7 @@ export default {
{
'hid': 'twitter:description',
'property': 'twitter:description',
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors for gaming. `
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and ${ process.env.npm_package_config_verbiage_processors } Processors for gaming. `
},
{
'property': 'twitter:url',