update content

This commit is contained in:
2025-08-11 18:13:22 -05:00
parent 284f30c392
commit 28f73be784
21 changed files with 39 additions and 46 deletions

View File

@@ -20,7 +20,7 @@ const posts = await directus.request(
const selectedPosts: Post[] = posts.filter((p) => p.selected);
const description =
'Here are some articles that Alex Lebens believes are not bad, hope you enjoy them.';
"Sharing what I've learned, one post at a time. I hope you find something useful.";
---
<BaseLayout