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