Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow globbed mdx files to have typed frontmatter (#4108)
* Allow frontmatter typing for .mdx files from glob `Astro.glob<T>("*.md")` is special cased to allow `T` to be a type for the frontmatter in the markdown. Since .mdx files also get frontmatter added to the globbed result, let's type it as such. * Add changeset Co-authored-by: Nate Moore <[email protected]> Co-authored-by: Tony Sullivan <[email protected]>
- Loading branch information