« get me outta code hell

data: concise-retouch remaining toplevel property descriptors - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/static-page.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-12-06 13:25:28 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-12-06 13:25:28 -0400
commitc7cc130f97c2a0f390ba0e07e3aa048395636817 (patch)
tree91e4e4b5b1d5c70b364dc7e530b424ea3e422b09 /src/data/things/static-page.js
parentf2161a3fe8ff9b574f53156d08ca7853427be8e4 (diff)
data: concise-retouch remaining toplevel property descriptors
Diffstat (limited to 'src/data/things/static-page.js')
-rw-r--r--src/data/things/static-page.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/data/things/static-page.js b/src/data/things/static-page.js
index 617bc940..6a8ea8af 100644
--- a/src/data/things/static-page.js
+++ b/src/data/things/static-page.js
@@ -2,7 +2,7 @@ export const DATA_STATIC_PAGE_DIRECTORY = 'static-page';
 
 import * as path from 'node:path';
 
-import {input} from '#composite';
+import {V} from '#composite';
 import {traverse} from '#node-utils';
 import {sortAlphabetically} from '#sort';
 import Thing from '#thing';
@@ -42,11 +42,7 @@ export class StaticPage extends Thing {
 
     // Expose only
 
-    isStaticPage: [
-      exposeConstant({
-        value: input.value(true),
-      }),
-    ],
+    isStaticPage: exposeConstant(V(true)),
   });
 
   static [Thing.findSpecs] = {