Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Oct 4, 2024
1 parent cd4821a commit a9afae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/util/resolveDocsContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ async function resolveMarkdownPage(
filename: pageId,
frontmatterDefaults: {
title: node.title,
breadcrumb: found.breadcrumb,
breadcrumb: [...found.breadcrumb],
"edit-this-page-url": pageContent.editThisPageUrl,
"force-toc": featureFlags.isTocDefaultEnabled,
},
Expand Down

0 comments on commit a9afae8

Please sign in to comment.