Terms listing

This commit is contained in:
2025-08-01 13:58:16 +08:00
parent 65c7803a70
commit 41b858dabc
5 changed files with 40 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ export default defineContentConfig({
source: "terms/**.md",
schema: z.object({
title: z.string().nonempty(),
description: z.string().optional(),
updatedDate: z.date().optional(),
}),
}),