mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
b547892411
* First take * Allow omitting head element This makes it possible to omit the head element but still inject the style and HMR script into the right place. * Add changeset * More progress on this * Only render if it's a page * Include fragments in compiled jsx * Adds a changeset
5 lines
73 B
Markdown
5 lines
73 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Makes providing a head element on pages optional
|