diff --git a/helpers/listing-page.js b/helpers/listing-page.js index 377dff3..73f0c7c 100644 --- a/helpers/listing-page.js +++ b/helpers/listing-page.js @@ -159,7 +159,7 @@ export class ListingDetails { get structuredData () { if ( this.type === 'video' ) { - return buildVideoStructuredData( this.api, this.api.featuredApps, { siteUrl: import.meta.site } ) + return buildVideoStructuredData( this.api, this.api.appLinks ) } return null