š Patch Changes
-
#12177
a4ffbfaThanks @matthewp! - Ensure we target scripts for execution in the routerUsing
document.scriptsis unsafe because if the application has aname="scripts"this will shadow the built-indocument.scripts. Fix is to usegetElementsByTagNameto ensure weāre only grabbing real scripts. -
#12173
2d10de5Thanks @ematipico! - Fixes a bug where Astro Actions couldnāt redirect to the correct pathname when there was a rewrite involved.