mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
style + cfg: resolve breadcrumb titles by default and change arrow character
This commit is contained in:
parent
bc02791734
commit
275bea3051
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ interface BreadcrumbOptions {
|
|||
}
|
||||
|
||||
const defaultOptions: BreadcrumbOptions = {
|
||||
spacerSymbol: ">",
|
||||
spacerSymbol: "❯",
|
||||
rootName: "Home",
|
||||
resolveFrontmatterTitle: false,
|
||||
resolveFrontmatterTitle: true,
|
||||
hideOnRoot: true,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue