chore(docs): misc

This commit is contained in:
Bereket Engida
2025-09-19 15:33:13 -07:00
committed by Alex Yang
parent ccc7c48dee
commit c456b6a2c5
12 changed files with 439 additions and 94 deletions

View File

@@ -30,6 +30,8 @@ export const blogCollection = defineCollections({
date: z.date(),
author: z.object({
name: z.string(),
avatar: z.string(),
twitter: z.string().optional(),
}),
image: z.string(),
tags: z.array(z.string()),