adrian-altner.de/src/pages/index.astro
Adrian Altner 7c45526444
All checks were successful
Deploy / deploy (push) Successful in 46s
feat: implement pagination for posts list and add category sidebar
2026-04-22 23:52:17 +02:00

5 lines
89 B
Text

---
import PostsList from '~/components/PostsList.astro';
---
<PostsList locale="de" />