Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(blog): make draft bool optional

aria 1a23cddd d3cb6e55

+1 -1
+1 -1
src/content.config.ts
··· 13 13 description: z.string(), 14 14 author: z.string(), 15 15 tags: z.array(z.string()), 16 - draft: z.boolean(), 16 + draft: z.boolean().optional().default(false), 17 17 }), 18 18 }); 19 19