mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Create varaible for updates M2 verbiage
This commit is contained in:
parent
374368ede5
commit
4b8c6a7eea
11 changed files with 28 additions and 18 deletions
|
|
@ -186,12 +186,12 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
title () {
|
||||
return `Benchmarks for Apple M1 Pro and M1 Max Processors and Apple Silicon - Does It ARM`
|
||||
return `Benchmarks for ${ process.env.npm_package_config_verbiage_processors } Processors and Apple Silicon - Does It ARM`
|
||||
},
|
||||
description () {
|
||||
// const featuredAppsString = this.featuredApps.slice(0, 5).map(app => app.name).join(', ')
|
||||
|
||||
return `Apple Silicon benchmark, performance, and compatibility videos`
|
||||
return `Apple Silicon benchmark, performance, and compatibility videos for Macs using the ${ process.env.npm_package_config_verbiage_processors } processors.`
|
||||
},
|
||||
activeVideoId () {
|
||||
return this.video.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue