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 88dcbf8 commit cd4821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/seo/getBreadcrumbList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function toUrl(domain: string, slug: FernNavigation.Slug): string {
export function getBreadcrumbList(
domain: string,
pages: Record<string, DocsV1Read.PageContent>,
parents: FernNavigation.NavigationNode[],
parents: readonly FernNavigation.NavigationNode[],
node: FernNavigation.NavigationNodePage,
): FernDocs.JsonLdBreadcrumbList {
let title = node.title;
Expand Down

0 comments on commit cd4821a

Please sign in to comment.