fix: collection name

This commit is contained in:
Barrett Ruth 2025-10-08 17:48:32 -04:00
parent eb5a373a6e
commit 4d146c9477

View file

@ -32,6 +32,5 @@ const gitsCollection = defineCollection({
export const collections = {
posts: postsCollection,
gists: gistsCollection,
gits: gitsCollection,
git: gitsCollection,
};