You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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