Fix stories getting saved to nuxt endpoints

This commit is contained in:
Sam Carlton 2021-03-13 21:19:26 -06:00
parent 0f188701bc
commit 01da7a3cad

View file

@ -240,7 +240,7 @@ class BuildLists {
if ( hasStory( app ) ) {
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 )
}