Patch Changes
-
#4268
f7afdb889
Thanks @bholmesdev! - Align MD with MDX on layout props and "glob" import results:- Add
Content
to MDX - Add
file
andurl
to MDX frontmatter (layout import only) - Update glob types to reflect differences (lack of
rawContent
andcompiledContent
)
- Add
-
#4265
8f845ca95
Thanks @matthewp! - Prevents automatic trailingSlash appending on getStaticPaths produced pages -
#4288
c21810068
Thanks @matthewp! - Ensure hydration scripts inside of slots render ASAP -
#4282
c0992e1fe
Thanks @natemoo-re! - Fix bug where Astro's server runtime would end up in the browser -
#4272
24d2f7a6e
Thanks @natemoo-re! - Properly handle hydration for namespaced components -
#4289
3ca905174
Thanks @bholmesdev! - [astro add] Setoutput: 'server'
when adding adapter