We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffc44d commit b3cf7a4Copy full SHA for b3cf7a4
1 file changed
src/content/config.ts
@@ -10,7 +10,7 @@ const blogsCollection = defineCollection({
10
11
});
12
13
-const notes = defineCollection({
+const notesCollection = defineCollection({
14
schema: z.object({
15
title: z.string(),
16
description: z.string(),
0 commit comments