mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
Update config.ts
This commit is contained in:
@@ -7,7 +7,7 @@ export const collections = {
|
||||
description: z.string(),
|
||||
author: z.string(),
|
||||
tags: z.array(z.string()),
|
||||
date: z.string(),
|
||||
date: z.coerce.date(),
|
||||
image: z.string().optional(),
|
||||
imagePosition: z.string().optional(),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user