summaryrefslogtreecommitdiff
path: root/.changeset/tasty-hornets-return.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/tasty-hornets-return.md')
-rw-r--r--.changeset/tasty-hornets-return.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/.changeset/tasty-hornets-return.md b/.changeset/tasty-hornets-return.md
deleted file mode 100644
index 285230311..000000000
--- a/.changeset/tasty-hornets-return.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-'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.