mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Add draft type in Frontmatter interface
This commit is contained in:
@@ -6,6 +6,7 @@ export interface Frontmatter {
|
|||||||
datetime: string;
|
datetime: string;
|
||||||
slug: string;
|
slug: string;
|
||||||
featured: boolean;
|
featured: boolean;
|
||||||
|
draft: boolean;
|
||||||
tags: string[];
|
tags: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user