export default { root: "src", title: "Custodian State Hub", pages: [ { name: "Overview", path: "/" }, { name: "Workstreams", path: "/workstreams" }, { name: "Decisions", path: "/decisions" }, { name: "Progress", path: "/progress" }, ], theme: ["air", "near-midnight"], head: ``, footer: "Custodian State Hub — local-first, append-only, sovereignty-preserving.", };