bujo et modification de texte
This commit is contained in:
11
config.ts
11
config.ts
@@ -36,8 +36,19 @@ const codexCollection = defineCollection({
|
||||
}),
|
||||
});
|
||||
|
||||
const bujoCollection = defineCollection({
|
||||
type: 'content',
|
||||
schema: z.object({
|
||||
title: z.string(),
|
||||
publishDate: z.date(),
|
||||
tags: z.array(z.string()),
|
||||
period: z.string().optional(),
|
||||
}),
|
||||
});
|
||||
|
||||
export const collections = {
|
||||
journal: journalCollection,
|
||||
logs: logsCollection,
|
||||
codex: codexCollection,
|
||||
bujo: bujoCollection,
|
||||
};
|
||||
Reference in New Issue
Block a user