mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix bad reference on cattegory page
This commit is contained in:
parent
14f7e09791
commit
865a41bc59
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ const kinds = Object.values( kindIndex ).map( category => {
|
|||
<Layout
|
||||
headOptions={ {
|
||||
title: 'Categories of App Support lists for Apple Silicon',
|
||||
description: `List of compatibility apps and games for Apple Silicon and the ${ this.$config.processorsVerbiage } Processors including performance reports and benchmarks`,
|
||||
description: `List of compatibility apps and games for Apple Silicon and the ${ global.$config.processorsVerbiage } Processors including performance reports and benchmarks`,
|
||||
// meta,
|
||||
// link,
|
||||
// structuredData: this.structuredData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue