Skip to content

Commit

Permalink
fix changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 1, 2024
1 parent 79b39f7 commit 53ecdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/wet-foxes-walk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53ecdf5

Please sign in to comment.