mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Generate tv endpoints with eleventy
This commit is contained in:
parent
f576c72451
commit
44fa023a06
1 changed files with 5 additions and 5 deletions
|
|
@ -236,12 +236,12 @@ class BuildLists {
|
||||||
const appType = getAppType( app )
|
const appType = getAppType( app )
|
||||||
|
|
||||||
if ( isVideo( app ) ) {
|
if ( isVideo( app ) ) {
|
||||||
// this.endpointMaps.eleventy.add({
|
this.endpointMaps.eleventy.set(
|
||||||
// route: getVideoEndpoint(app),
|
getVideoEndpoint(app),
|
||||||
// payload: buildVideoPayload( app, this.allVideoAppsList, this.lists.video )
|
buildVideoPayload( app, this.allVideoAppsList, this.lists.video )
|
||||||
// })
|
)
|
||||||
|
|
||||||
this.endpointMaps.nuxt.set( getVideoEndpoint(app), buildVideoPayload( app, this.allVideoAppsList, this.lists.video ) )
|
// this.endpointMaps.nuxt.set( getVideoEndpoint(app), buildVideoPayload( app, this.allVideoAppsList, this.lists.video ) )
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue