From 0a027468034d3810a7ff24a8fdbb01cbcc8aae94 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 24 Jul 2021 13:31:36 -0500 Subject: [PATCH] Only build chrome app page --- build-lists.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-lists.js b/build-lists.js index cd0e014..c12e331 100644 --- a/build-lists.js +++ b/build-lists.js @@ -317,9 +317,9 @@ class BuildLists { // Filter eleventy endpoints - // this.endpointMaps.eleventy = new Set([ - // ['/app/chrome', this.endpointMaps.eleventy.get( '/app/chrome' )] - // ]) + this.endpointMaps.eleventy = new Set([ + ['/app/chrome', this.endpointMaps.eleventy.get( '/app/chrome' )] + ]) for ( const [ endpointSetName, endpointSet ] of Object.entries(this.endpointMaps) ) { // Save Endpoints