diff --git a/src/types.ts b/src/types.ts index 1a97e84..6b8080d 100644 --- a/src/types.ts +++ b/src/types.ts @@ -6,6 +6,7 @@ export interface Frontmatter { datetime: string; slug: string; featured: boolean; + draft: boolean; tags: string[]; }