mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use app links for structured data apps
This commit is contained in:
parent
b84f4a68d9
commit
f27c07591a
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ export class ListingDetails {
|
||||||
|
|
||||||
get structuredData () {
|
get structuredData () {
|
||||||
if ( this.type === 'video' ) {
|
if ( this.type === 'video' ) {
|
||||||
return buildVideoStructuredData( this.api, this.api.featuredApps, { siteUrl: import.meta.site } )
|
return buildVideoStructuredData( this.api, this.api.appLinks )
|
||||||
}
|
}
|
||||||
|
|
||||||
return null
|
return null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue