mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
05915fec01
* Head propagation * Adding a changeset * Fix broken build * Self review stuff * Use compiler prerelease exact version * new compiler version * Update packages/astro/src/vite-plugin-head-propagation/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Use getAstroMetadata * add .js * make relative lookup work on win * Use compiler@0.30.0 * PR review comments * Make renderHead an alias for a better named function Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
7 lines
259 B
Markdown
7 lines
259 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Low-level head propagation
|
|
|
|
This adds low-level head propagation ability within the Astro runtime. This is not really useable within an Astro app at the moment, but provides the APIs necessary for `renderEntry` to do head propagation.
|