mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> Co-authored-by: TheOtterlord <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: MoustaphaDev <81974850+MoustaphaDev@users.noreply.github.com>
522 B
522 B
astro |
---|
patch |
Fixes an issue with the conditional rendering of scripts.
This change updates a v5.0 breaking change when experimental.directRenderScript
became the default script handling behavior.
If you have already successfully upgraded to Astro v5, you may need to review your script tags again and make sure they still behave as desired after this release. See the v5 Upgrade Guide for more details.