Add Jan 2024 post

This commit is contained in:
taskylizard
2024-01-01 04:19:09 +00:00
parent 7ce5b8eeb1
commit 20a81ff0d3
2 changed files with 94 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ const data = [
name: "zinklog",
github: "https://github.com/zinklog2",
},
{
name: "Q",
github: "https://github.com/qiracy",
},
] satisfies Author[];
const authors = computed(() => data.filter((author) => props.authors.includes(author.name)));