Skip to content

Commit

Permalink
feat: 描述必填
Browse files Browse the repository at this point in the history
  • Loading branch information
songxingguo committed Jun 5, 2024
1 parent 680f008 commit 8f9c9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const posts = defineCollection({
schema: ({ image }) =>
z.object({
title: z.string(),
description: z.string().optional(),
description: z.string(),
date: z.coerce.date(),
customData: z.string().optional(),
banner: image()
Expand Down
2 changes: 1 addition & 1 deletion src/content/posts
Submodule posts updated 1 files
+11 −0 多媒体前端手册.md

0 comments on commit 8f9c9c5

Please sign in to comment.