mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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 ) {
|
||||
|
||||
// Set the page title
|
||||
headOptions.title = `${ listingDetails.api.name } Benchmarks for Apple Silicon - Does It ARM`
|
||||
|
||||
const { preloads } = getVideoImages( listingDetails.initialVideo )
|
||||
|
||||
// Preload video thumbnail
|
||||
// Add image preloads for video thumbnail
|
||||
headOptions.link = [
|
||||
...headOptions.link,
|
||||
...preloads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue