From d9a214ef07c17f8e2598a6fde67cb165bfc36b20 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Mon, 2 Mar 2026 20:50:07 +0100 Subject: [PATCH] fix content-collections implicit content deprecation --- apps/web/content-collections.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/content-collections.ts b/apps/web/content-collections.ts index b3028846..a3455d80 100644 --- a/apps/web/content-collections.ts +++ b/apps/web/content-collections.ts @@ -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(),