We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b598f07 commit 70baccaCopy full SHA for 70bacca
src/utils/decorator-utils.ts
@@ -92,8 +92,9 @@ export const getDecoratorParams = (content: ContentProps): DecoratorParams => {
92
...(decoratorLanguage && { language: decoratorLanguage }),
93
breadcrumbs:
94
breadcrumbs?.map((crumb) => ({
95
- handleInApp: true,
96
...crumb,
+ handleInApp: true,
97
+ analyticsTitle: crumb.title,
98
})) || [],
99
availableLanguages: getDecoratorLanguagesParam(
100
getContentLanguages(content),
0 commit comments