mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
8 lines
236 B
Markdown
8 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.
|