refactor: renamed md to posts, and plaintext to files

This commit is contained in:
Lewis Wynne 2026-03-27 19:11:57 +00:00
parent 20811f107b
commit e4052fc145
7 changed files with 13 additions and 13 deletions

View file

@ -28,4 +28,4 @@ const bookmarks = defineCollection({
})
});
export const collections = { md, bookmarks };
export const collections = { posts, bookmarks };