mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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
|
<Layout
|
||||||
headOptions={ {
|
headOptions={ {
|
||||||
title: 'Categories of App Support lists for Apple Silicon',
|
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,
|
// meta,
|
||||||
// link,
|
// link,
|
||||||
// structuredData: this.structuredData,
|
// structuredData: this.structuredData,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue