ui: declarative per-page tab titles via definePage title

This commit is contained in:
2026-09-04 21:59:09 +00:00
parent 6476695d29
commit 6229c39347
18 changed files with 84 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
import { html, PageHeader, definePage } from '/static/hoover/index.js';
export default definePage({
title: '404 - Vacuum Wall',
init() {
return { path: location.hash.slice(1) || '' };
},