Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: remove Pagination component and restructure blog page | Valentin Popov | 2025-06-10 | 1 | -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 getStaticPaths | Valentin Popov | 2024-09-13 | 1 | -8/+19 |
| | |||||
* | Refactor Analytics and Head components | Valentin Popov | 2024-09-13 | 1 | -2/+2 |
| | |||||
* | Refactor Pagination component and add Next and Prev components | Valentin Popov | 2024-09-13 | 1 | -29/+7 |
| | |||||
* | Added Pagination component | Valentin Popov | 2024-09-13 | 1 | -0/+46 |