fix content-collections implicit content deprecation
This commit is contained in:
parent
dc58c10e64
commit
d9a214ef07
|
|
@ -6,6 +6,7 @@ const changelog = defineCollection({
|
|||
directory: "content/changelog",
|
||||
include: "*.md",
|
||||
schema: z.object({
|
||||
content: z.string(),
|
||||
version: z.string(),
|
||||
date: z.string(),
|
||||
title: z.string(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue