fix: Reverted to the default Breadcrumbs

This commit is contained in:
Stefan Genov 2026-01-08 21:33:29 +02:00
parent 15ff47b82d
commit 679c25b8a6

View File

@ -18,7 +18,7 @@ export const sharedPageComponents: SharedLayout = {
export const defaultContentPageLayout: PageLayout = { export const defaultContentPageLayout: PageLayout = {
beforeBody: [ beforeBody: [
Component.ConditionalRender({ Component.ConditionalRender({
component: Component.ParentBreadcrumbs(), component: Component.Breadcrumbs(),
condition: (page) => page.fileData.slug !== "index", condition: (page) => page.fileData.slug !== "index",
}), }),
Component.ArticleTitle(), Component.ArticleTitle(),