diff options
author | 2022-08-03 08:45:31 -0700 | |
---|---|---|
committer | 2022-08-03 10:45:31 -0500 | |
commit | 08432d5b01a5cab1bd8d962c30f77ab3827bc5aa (patch) | |
tree | 9f3276312d439ead6a36ea83604bf48467e724c2 /examples/framework-vue/src | |
parent | a28b4417630819723ba41e9294ce76aca54b6f24 (diff) | |
download | astro-08432d5b01a5cab1bd8d962c30f77ab3827bc5aa.tar.gz astro-08432d5b01a5cab1bd8d962c30f77ab3827bc5aa.tar.zst astro-08432d5b01a5cab1bd8d962c30f77ab3827bc5aa.zip |
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 <natemoo-re@users.noreply.github.com>
Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
Diffstat (limited to 'examples/framework-vue/src')
0 files changed, 0 insertions, 0 deletions