diff --git a/src/pages/app/[...appPath].astro b/src/pages/app/[...appPath].astro index efa737e..e6be725 100644 --- a/src/pages/app/[...appPath].astro +++ b/src/pages/app/[...appPath].astro @@ -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