You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overriding a page title by the "Title" constant does not work
Detailed description
Describe in detail the issue you’re having.
The title text displayed on the page header area cannot be overriden even by exporting the "Title" constant in mdx file.
Until the version 3.x, this worked fine. But in the version 4.x, it looks "Title" variable is not propagated into the Layouts/Default layout component.
What did you expect to happen? What happened instead? What would you like to see changed?
The title text on the page header area is overriden by the value of "Title" constant in the mdx file.
What browser are you working in?
Google Chrome 131
Steps to reproduce the issue
create a mdx file
define the "Title" constant to override the page title. Ex. export const Title = () => <span>This is override title!</span>
build
check the page on the web browser
Additional information
Screenshots or code
Notes
The text was updated successfully, but these errors were encountered:
Detailed description
The title text displayed on the page header area cannot be overriden even by exporting the "Title" constant in mdx file.
Until the version 3.x, this worked fine. But in the version 4.x, it looks "Title" variable is not propagated into the Layouts/Default layout component.
The title text on the page header area is overriden by the value of "Title" constant in the mdx file.
Google Chrome 131
Steps to reproduce the issue
export const Title = () => <span>This is override title!</span>
Additional information
The text was updated successfully, but these errors were encountered: