0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/.changeset/brave-cycles-suffer.md
Emanuele Stoppa 1f988ed10f
fix(rewrite): match index with params (#11065)
* fix(rewrite): match index with params

* remove import
2024-05-16 14:52:39 +01:00

155 B

astro
patch

Fixes a bug in the Astro rewrite logic, where rewriting the index with parameters - next("/?foo=bar") - didn't work as expected.