fix content-collections implicit content deprecation

This commit is contained in:
Maze Winther 2026-03-02 20:50:07 +01:00
parent dc58c10e64
commit d9a214ef07
1 changed files with 1 additions and 0 deletions

View File

@ -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(),