update config.ts
parent
23298af979
commit
953be20cb5
|
|
@ -1,5 +1,7 @@
|
|||
export type PageConfig = {
|
||||
title?: string
|
||||
headericon?: string
|
||||
header?: string
|
||||
links?: PageConfigLink[]
|
||||
group?: PageConfigGroup
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue