-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML Title property not set properly #3190
Comments
Adding context: This happens on the pages that split between the meta/react/svelte .mdx files, so it's likely that the frontmatter isn't being passed in the same manner as most pages. |
Unsure how this has worked before but it seems like the metadata set in |
@phamduylong the point of the Meta file is to prevent having to set redundant info in each framework file. We have 2 frameworks now, but may have upwards of 4 later. That's a lot of duplication. The way we've setup these sections isn't really how Astro is intended to work, but it was the best we could come up with to solve this issue. So the fix for this needs to happen where the title is passed or read... The title is passed to the root layout here: And read and displayed here: If |
I don't object to the approach of shared |
No, actually the dynamic title is a new add within the last couple weeks! Previously this just said "Skeleton" on every page. So this is new territory we're exploring. I enable the feature but failed to test the split/meta pages because it didn't occur to me those might operate differently. The update occurred here: #3160 |
Link to the Page
https://next.skeleton.dev/docs/components/app-bar/svelte
Describe the Issue (screenshots encouraged!)
The page title of both the
components
andintegrations
sections subpages are not set properly and instead read(Title) - Skeleton
, when the expected title would be:AppBar - Skeleton
or something similarThe text was updated successfully, but these errors were encountered: