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