mirror of
https://github.com/withastro/astro.git
synced 2025-03-17 23:11:29 -05:00
fix changeset
This commit is contained in:
parent
7febf1f6b5
commit
8f064fa5b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue