aboutsummaryrefslogtreecommitdiff
path: root/src/components/Pagination.astro
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove Pagination component and restructure blog pageValentin Popov2025-06-101-35/+0
| | | | | | - Deleted the Pagination component as it is no longer needed. - Refactored the blog page to directly display posts without pagination. - Introduced a new index page to list all blog posts in a single view.
* Refactor Pagination component to update page size in getStaticPathsValentin Popov2024-09-131-8/+19
|
* Refactor Analytics and Head componentsValentin Popov2024-09-131-2/+2
|
* Refactor Pagination component and add Next and Prev componentsValentin Popov2024-09-131-29/+7
|
* Added Pagination componentValentin Popov2024-09-131-0/+46