From 953be20cb5e5e30f3c5462ed4dc93e3e913bcaaa Mon Sep 17 00:00:00 2001 From: m1ckyb Date: Tue, 3 Jun 2025 00:13:16 +1000 Subject: [PATCH] update config.ts --- types/config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/config.ts b/types/config.ts index 69afa29..c5ae25b 100644 --- a/types/config.ts +++ b/types/config.ts @@ -1,5 +1,7 @@ export type PageConfig = { title?: string + headericon?: string + header?: string links?: PageConfigLink[] group?: PageConfigGroup }