diff --git a/.changeset/wet-foxes-walk.md b/.changeset/wet-foxes-walk.md index 8be0c774f0ff..1b0b47c0f2ea 100644 --- a/.changeset/wet-foxes-walk.md +++ b/.changeset/wet-foxes-walk.md @@ -4,7 +4,7 @@ `params` passed in `getStaticPaths` are no longer automatically decoded. -### [changed]: `Astro.params` aren't decoded anymore. +### [changed]: `params` aren't decoded anymore. 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