@qualcomm-ui/mdx-vite 2.14.1 → 2.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -4680,7 +4680,7 @@ var NavBuilder = class {
4680
4680
  pathname: isPage ? pathname : void 0,
4681
4681
  pathSegments: adjustedSegments,
4682
4682
  title: this.resolveSideNavTitle(
4683
- pageFrontmatter,
4683
+ isPage ? pageFrontmatter : {},
4684
4684
  routeMeta,
4685
4685
  routeMeta?.title ? routeMeta.title : isPage ? title : capitalCase(segment)
4686
4686
  )