mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Fix stories getting saved to nuxt endpoints
This commit is contained in:
parent
0f188701bc
commit
01da7a3cad
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ class BuildLists {
|
||||||
if ( hasStory( app ) ) {
|
if ( hasStory( app ) ) {
|
||||||
const payload = buildAppBenchmarkPayload( app, this.allVideoAppsList, this.lists.video )
|
const payload = buildAppBenchmarkPayload( app, this.allVideoAppsList, this.lists.video )
|
||||||
|
|
||||||
this.endpointMaps.nuxt.set( `${getAppEndpoint(app)}/story/`, payload )
|
this.endpointMaps.eleventy.set( `${getAppEndpoint(app)}/story/`, payload )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue