0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/.changeset/pretty-bananas-own.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
367 B
Markdown
Raw Normal View History

---
'astro': patch
---
Fix MDX related head placement bugs
This fixes a variety of head content placement bugs (such as page `<link>`) related to MDX, especially when used in content collections. Issues fixed:
- Head content being placed in the body instead of the head.
- Head content missing when rendering an MDX component from within a nested Astro component.