071e1dee7e
* Simplified head injection * Make renderHead also yield an instruction * Add changeset * Add mdx test
14 lines
160 B
Text
14 lines
160 B
Text
---
|
|
title: "hello world"
|
|
publishDate: "2023-01-01"
|
|
---
|
|
|
|
import HelloWorld from './components/HelloWorld.astro';
|
|
|
|
# Test
|
|
|
|
123
|
|
|
|
<HelloWorld />
|
|
|
|
456
|