feat: implement pagination for posts list and add category sidebar
All checks were successful
Deploy / deploy (push) Successful in 46s

This commit is contained in:
Adrian Altner 2026-04-22 23:52:17 +02:00
parent 6c09629c45
commit 7c45526444
9 changed files with 275 additions and 56 deletions

View file

@ -1,5 +1,5 @@
---
import HomePage from '~/components/HomePage.astro';
import PostsList from '~/components/PostsList.astro';
---
<HomePage locale="de" />
<PostsList locale="de" />