astro/packages/integrations/mdx/test/fixtures/css-head-mdx/src/test.mdx
Matthew Phillips 071e1dee7e
Simplified head injection (#6034)
* Simplified head injection

* Make renderHead also yield an instruction

* Add changeset

* Add mdx test
2023-01-30 11:55:10 -05:00

14 lines
160 B
Text

---
title: "hello world"
publishDate: "2023-01-01"
---
import HelloWorld from './components/HelloWorld.astro';
# Test
123
<HelloWorld />
456