mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix content-collections implicit content deprecation
This commit is contained in:
@@ -6,6 +6,7 @@ const changelog = defineCollection({
|
|||||||
directory: "content/changelog",
|
directory: "content/changelog",
|
||||||
include: "*.md",
|
include: "*.md",
|
||||||
schema: z.object({
|
schema: z.object({
|
||||||
|
content: z.string(),
|
||||||
version: z.string(),
|
version: z.string(),
|
||||||
date: z.string(),
|
date: z.string(),
|
||||||
title: z.string(),
|
title: z.string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user