aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/blog/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor: move SWR to blog pageArmand Philippot2021-12-161-5/+40
| | | | This way I can reuse PostsList component with another posts fetcher.
* chore: display year between blog postsArmand Philippot2021-12-161-1/+1
|
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-151-6/+9
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-151-0/+48