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

@ -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