diff options
author | 2023-08-18 09:03:56 -0400 | |
---|---|---|
committer | 2023-08-18 09:03:56 -0400 | |
commit | 43140b87abad99d9e3472faf0e263728ff5a033b (patch) | |
tree | fe19e48c1775b2f633cf2111075ca3a1fcc3d34f | |
parent | c2c71d90c264a2524f99e0373ab59015f23ad4b1 (diff) | |
download | astro-43140b87abad99d9e3472faf0e263728ff5a033b.tar.gz astro-43140b87abad99d9e3472faf0e263728ff5a033b.tar.zst astro-43140b87abad99d9e3472faf0e263728ff5a033b.zip |
Add missing mdx changeset (#8131)
-rw-r--r-- | .changeset/fair-eyes-promise.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.changeset/fair-eyes-promise.md b/.changeset/fair-eyes-promise.md new file mode 100644 index 000000000..c66a42d17 --- /dev/null +++ b/.changeset/fair-eyes-promise.md @@ -0,0 +1,7 @@ +--- +'@astrojs/mdx': major +--- + +Support Astro 3 JSX format + +This upgrades the MDX plugin to correctly work with the new JSX render API in Astro 3. |