Skip to content

Commit

Permalink
Add Apple Silicon Compatibility Videos to TV endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuySam committed Apr 27, 2024
1 parent 7b97610 commit ddeaf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tv/[...videoPath].astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const listingDetails = new ListingDetails( tvListing )
const headOptions = listingDetails.headOptions
// Set the page title
headOptions.title = `${ listingDetails.initialVideo.name } - Does It ARM`
headOptions.title = `${ listingDetails.initialVideo.name } - Apple Silicon Compatibility Videos - Does It ARM`
const { preloads } = getVideoImages( listingDetails.initialVideo )
Expand Down

0 comments on commit ddeaf1e

Please sign in to comment.