d1f5611feb
* Add additional scoping for head buffering * Add test for direct usage of nested component * Add special scoping for Astro.scopes.render() * Generate propagation map during the build * Move to a maybeHead instruction * Properly serialize for SSR * More conservative scoping * Maybe had should honor result._metadata.hasRenderedHead * Properly type slots * Allow template result to be passed * Add changeset
10 lines
196 B
JSON
10 lines
196 B
JSON
{
|
|
"name": "@test/mdx-css-head-mdx",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"astro": "workspace:*",
|
|
"@astrojs/mdx": "workspace:*",
|
|
"astro-remote": "0.2.3"
|
|
}
|
|
}
|