From 4d146c9477c96680008dc41945cf4804065bc546 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 8 Oct 2025 17:48:32 -0400 Subject: [PATCH] fix: collection name --- src/content/config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/config.ts b/src/content/config.ts index a55cdfd..dfa9942 100644 --- a/src/content/config.ts +++ b/src/content/config.ts @@ -32,6 +32,5 @@ const gitsCollection = defineCollection({ export const collections = { posts: postsCollection, gists: gistsCollection, - gits: gitsCollection, + git: gitsCollection, }; -