Closed ArmandPhilippot closed 3 months ago
You're right. Feel free to send a PR to fix that 👍
@bluwy Done! I just created the issue to keep a track (I don't know if this was needed...).
For single line changes it may be easier (especially for you as there's less work) to create a PR directly in the future, as long as the PR explains the context too! But still it doesn't hurt if you prefer to open an issue first.
Ok @bluwy, thanks for you feedback! 😄
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
I was reading the Routing guide and I noticed an error which leads me to
astro/@types
package.The Page interface in
astro/@types
indicates that the default forpage.size
is25
. It seems to be wrong:page.size
uses the givenpageSize
option inpaginate()
function or10
.Pokemon - Page 1
in the preview)What's the expected result?
Link to Minimal Reproducible Example
https://stackblitz.com/edit/astro-paginate-pagesize?file=src%2Fpages%2Fpokemon%2F[page].astro&on=stackblitz
Participation