mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
8c5f7d9263
* [ci] release (next) * chore: update changeset Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>
7 lines
360 B
Markdown
7 lines
360 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
## Updated `<head>` and `<body>` behavior
|
|
|
|
Since `astro@0.21`, Astro placed certain restrictions on what files could use `<head>` or `<body>` tags. In `astro@0.24`, the restrictions have been lifted. Astro will be able to correctly handle `<head>` and `<body>` tags in _any_ component, not just those in `src/pages/` or `src/layouts/`.
|