mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
f4b029b082
* wip * chore: add tests * Add changeset * Add comments
236 B
236 B
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.