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 5c20fb7310
commit f99e83267e

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,
} }