Skip to content

Commit

Permalink
Adds a changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jun 23, 2022
1 parent c1c7c3f commit 5f32bf9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/tasty-hornets-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'astro': patch
---

Moves head injection to happen during rendering

This change makes it so that head injection; to insert component stylesheets, hoisted scripts, for example, to happen during rendering than as a post-rendering step.

This is to enable streaming. This change will only be noticeable if you are rendering your `<head>` element inside of a framework component. If that is the case then the head items will be injected before the first non-head element in an Astro file instead.

In the future we may offer a `<Astro.Head>` component as a way to control where these scripts/styles are inserted.

0 comments on commit 5f32bf9

Please sign in to comment.