0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-03 22:57:08 -05:00
astro/.changeset/six-fans-kiss.md
Matt Kane f4b029b082
fix: support HTTP/2 in astro dev ()
* wip

* chore: add tests

* Add changeset

* Add comments
2024-06-19 12:42:50 +01:00

7 lines
236 B
Markdown

---
'astro': patch
---
Fixes an issue that would break `Astro.request.url` and `Astro.request.headers` in `astro dev` if HTTP/2 was enabled.
HTTP/2 is now enabled by default in `astro dev` if `https` is configured in the Vite config.