mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Only build chrome app page
This commit is contained in:
parent
f839b829f4
commit
0a02746803
1 changed files with 3 additions and 3 deletions
|
|
@ -317,9 +317,9 @@ class BuildLists {
|
||||||
|
|
||||||
|
|
||||||
// Filter eleventy endpoints
|
// Filter eleventy endpoints
|
||||||
// this.endpointMaps.eleventy = new Set([
|
this.endpointMaps.eleventy = new Set([
|
||||||
// ['/app/chrome', this.endpointMaps.eleventy.get( '/app/chrome' )]
|
['/app/chrome', this.endpointMaps.eleventy.get( '/app/chrome' )]
|
||||||
// ])
|
])
|
||||||
|
|
||||||
for ( const [ endpointSetName, endpointSet ] of Object.entries(this.endpointMaps) ) {
|
for ( const [ endpointSetName, endpointSet ] of Object.entries(this.endpointMaps) ) {
|
||||||
// Save Endpoints
|
// Save Endpoints
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue