mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
6 lines
196 B
Markdown
6 lines
196 B
Markdown
|
---
|
||
|
"@astrojs/mdx": patch
|
||
|
---
|
||
|
|
||
|
Updates the `optimize` option to group static sibling nodes as a `<Fragment />`. This reduces the number of AST nodes and simplifies runtime rendering of MDX pages.
|