mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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 )
|
||||
|
||||
if ( isVideo( app ) ) {
|
||||
// this.endpointMaps.eleventy.add({
|
||||
// route: getVideoEndpoint(app),
|
||||
// payload: buildVideoPayload( app, this.allVideoAppsList, this.lists.video )
|
||||
// })
|
||||
this.endpointMaps.eleventy.set(
|
||||
getVideoEndpoint(app),
|
||||
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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue