fix: collection name
This commit is contained in:
parent
eb5a373a6e
commit
4d146c9477
1 changed files with 1 additions and 2 deletions
|
|
@ -32,6 +32,5 @@ const gitsCollection = defineCollection({
|
||||||
export const collections = {
|
export const collections = {
|
||||||
posts: postsCollection,
|
posts: postsCollection,
|
||||||
gists: gistsCollection,
|
gists: gistsCollection,
|
||||||
gits: gitsCollection,
|
git: gitsCollection,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue