mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
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.