mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add benchmark titles
This commit is contained in:
parent
0e74d69aed
commit
b69360630b
1 changed files with 4 additions and 1 deletions
|
|
@ -62,9 +62,12 @@ const headOptions = listingDetails.headOptions
|
||||||
|
|
||||||
if ( isBenchmarkPage ) {
|
if ( isBenchmarkPage ) {
|
||||||
|
|
||||||
|
// Set the page title
|
||||||
|
headOptions.title = `${ listingDetails.api.name } Benchmarks for Apple Silicon - Does It ARM`
|
||||||
|
|
||||||
const { preloads } = getVideoImages( listingDetails.initialVideo )
|
const { preloads } = getVideoImages( listingDetails.initialVideo )
|
||||||
|
|
||||||
// Preload video thumbnail
|
// Add image preloads for video thumbnail
|
||||||
headOptions.link = [
|
headOptions.link = [
|
||||||
...headOptions.link,
|
...headOptions.link,
|
||||||
...preloads
|
...preloads
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue