mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat: add configurations for TOC component
This commit is contained in:
@@ -20,6 +20,10 @@ export type SiteConfig = {
|
||||
url?: string
|
||||
}
|
||||
}
|
||||
toc: {
|
||||
enable: boolean
|
||||
depth: 1 | 2 | 3
|
||||
}
|
||||
|
||||
favicon: Favicon[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user