Replies: 1 comment
-
|
We're closing stale and outdated discussion to keep only the discussions still relevant to the current project version and/or the current docs state. If you think this is a mistake and that this discussion should remain open, please feel free to ping me, I'll take a second look at it. Thank your for your contribution! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Astro Community,
Firstly, I'd like to express my gratitude to the developers for creating such a useful tool like Astro. I've been building my personal website using Astro and have encountered a challenge with pagination. I tried to implement pagination as suggested in the Astro official documentation, but my original blog posts disappeared. Here is my code snippet for index.astro, here is my respo:
Could someone please advise me on what might be going wrong and how to correctly limit the number of posts on the homepage to 5 using Astro's pagination feature?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions