0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-17 23:11:29 -05:00

fix changeset

This commit is contained in:
Emanuele Stoppa 2024-10-02 12:23:46 +01:00
parent 7febf1f6b5
commit 8f064fa5b9

View file

@ -5,7 +5,7 @@
`params` passed in `getStaticPaths` are no longer automatically decoded.
### [changed]: `params` aren't decoded anymore.
In Astro v4.x, `params` in ` were automatically decoded using `decodeURIComponent`.
In Astro v4.x, `params` in were automatically decoded using `decodeURIComponent`.
Astro v5.0 doesn't automatically decode `params` in `getStaticPaths` anymore, so you'll need to manually decode them yourself if needed