feat: add optional minecraft avatar for authors
This commit is contained in:
parent
c7edf035c1
commit
b842d124a9
3 changed files with 127 additions and 0 deletions
|
@ -27,6 +27,7 @@ const authorsData = defineCollection({
|
|||
schema: z.object({
|
||||
name: z.string().default(siteConfig.defaultAuthor.name),
|
||||
email: z.string().email().default(siteConfig.defaultAuthor.email),
|
||||
mcplayerid: z.string().optional(),
|
||||
social: z.object({
|
||||
twitter: z.string().optional(),
|
||||
fediverse: z.string().optional(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue