mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Put app and formula endpoints into next endpoints
This commit is contained in:
parent
48dab55c53
commit
54d422c6be
1 changed files with 5 additions and 2 deletions
|
|
@ -34,8 +34,11 @@ class BuildLists {
|
||||||
// Where Nuxt Routes and Payloads get stored
|
// Where Nuxt Routes and Payloads get stored
|
||||||
nuxt: new Map(),
|
nuxt: new Map(),
|
||||||
|
|
||||||
|
// Where Next Routes and Payloads get stored
|
||||||
|
next: new Map(),
|
||||||
|
|
||||||
// Where Eleventy Endpoints get stored
|
// Where Eleventy Endpoints get stored
|
||||||
eleventy: new Map()
|
eleventy: new Map(),
|
||||||
}
|
}
|
||||||
|
|
||||||
this.allVideoAppsList = new Set()
|
this.allVideoAppsList = new Set()
|
||||||
|
|
@ -275,7 +278,7 @@ class BuildLists {
|
||||||
})
|
})
|
||||||
|
|
||||||
// Add app or formula endpoint
|
// Add app or formula endpoint
|
||||||
this.endpointMaps.eleventy.set( getAppEndpoint(app), {
|
this.endpointMaps.next.set( getAppEndpoint(app), {
|
||||||
app,
|
app,
|
||||||
relatedVideos
|
relatedVideos
|
||||||
} )
|
} )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue