mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
* fix(routing): actions should redirect the original pathname * decode header to avoid index out of bounds * fix e2e test * Update packages/astro/e2e/actions-blog.test.js Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
133 B
133 B
astro |
---|
patch |
Fixes a bug where Astro Actions couldn't redirect to the correct pathname when there was a rewrite involved.