style + cfg: resolve breadcrumb titles by default and change arrow character

This commit is contained in:
Jacky Zhao 2023-11-11 20:46:29 -08:00
parent bc02791734
commit 275bea3051

View File

@ -28,9 +28,9 @@ interface BreadcrumbOptions {
} }
const defaultOptions: BreadcrumbOptions = { const defaultOptions: BreadcrumbOptions = {
spacerSymbol: ">", spacerSymbol: "",
rootName: "Home", rootName: "Home",
resolveFrontmatterTitle: false, resolveFrontmatterTitle: true,
hideOnRoot: true, hideOnRoot: true,
} }