From 01da7a3cad0bbd25134d89f522062ff9a529b374 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 13 Mar 2021 21:19:26 -0600 Subject: [PATCH] Fix stories getting saved to nuxt endpoints --- build-lists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-lists.js b/build-lists.js index aa34765..3675860 100644 --- a/build-lists.js +++ b/build-lists.js @@ -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 ) }