Upgrade my config on contents
This commit is contained in:
parent
8ff9c8c598
commit
c2ed18a27d
1 changed files with 0 additions and 5 deletions
|
|
@ -8,12 +8,7 @@ const blog = defineCollection({
|
|||
schema: z.object({
|
||||
title: z.string(),
|
||||
pubDate: z.date(),
|
||||
description: z.string(),
|
||||
author: z.string(),
|
||||
image: z.object({
|
||||
url: z.string(),
|
||||
alt: z.string()
|
||||
}),
|
||||
tags: z.array(z.string())
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue