This commit is contained in:
Barrett Ruth 2025-12-27 16:19:55 -06:00
parent d03bb03649
commit 92be091796
9 changed files with 80 additions and 2 deletions

View file

@ -16,6 +16,7 @@ export const collections = {
software: defineCollection({ type: "content", schema: base }),
meditations: defineCollection({ type: "content", schema: base }),
"autonomous-racing": defineCollection({ type: "content", schema: base }),
death: defineCollection({ type: "content", schema: base }),
git: defineCollection({ type: "content", schema: base }),
gists: defineCollection({ type: "content", schema: base }),