satnaing / astro-paper

A minimal, accessible and SEO-friendly Astro blog theme
https://astro-paper.pages.dev/
MIT License
2.39k stars 502 forks source link

Is there a way to use infinite scroll in Posts page? #248

Closed jimvvv closed 8 months ago

jimvvv commented 8 months ago

I would like to use infinite scroll or show all posts in one page. But AstroPaper only provides the setting - postPerPage. Does anybody know how to achieve this?

jimvvv commented 8 months ago

I updated Posts.astro to remove the pagination component and passed "sortedPosts" in as the input property.