Skip to content

Commit 2e0d7c6

Browse files
committed
Removed unused field
1 parent a74e7e3 commit 2e0d7c6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contentlayer.config.ts

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ const Post = defineDocumentType(() => ({
2121
description: "The title of the post",
2222
required: true,
2323
},
24-
short: {
25-
type: "string",
26-
description: "The short title of the post",
27-
required: false,
28-
},
2924
date: {
3025
type: "date",
3126
description: "The date of the post",

0 commit comments

Comments
 (0)