Skip to content

Commit b3cf7a4

Browse files
authored
Rename notes to notesCollection in config.ts
1 parent cffc44d commit b3cf7a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const blogsCollection = defineCollection({
1010

1111
});
1212

13-
const notes = defineCollection({
13+
const notesCollection = defineCollection({
1414
schema: z.object({
1515
title: z.string(),
1616
description: z.string(),

0 commit comments

Comments
 (0)