Skip to content

Commit 205fff5

Browse files
reference placed back for logs
1 parent 80b822f commit 205fff5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ const writing = defineCollection({
3030
const log = defineCollection({
3131
// Type-check frontmatter using a schema
3232
schema: z.object({
33-
// previousEntry: reference("log").optional(),
34-
// nextEntry: reference("log").optional(),
35-
previousEntry: z.string().optional(),
36-
nextEntry: z.string().optional(),
33+
previousEntry: reference("log").optional(),
34+
nextEntry: reference("log").optional(),
35+
// previousEntry: z.string().optional(),
36+
// nextEntry: z.string().optional(),
3737
description: z.string(),
3838
draft: z.boolean().optional(),
3939
heroImage: z

0 commit comments

Comments
 (0)