mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
chore(docs): misc
This commit is contained in:
committed by
Alex Yang
parent
ccc7c48dee
commit
c456b6a2c5
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user