mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Add optional ogImage type in Frontmatter interface
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
export interface Frontmatter {
|
export interface Frontmatter {
|
||||||
title: string;
|
title: string;
|
||||||
|
ogImage?: string;
|
||||||
description: string;
|
description: string;
|
||||||
author: string;
|
author: string;
|
||||||
datetime: string;
|
datetime: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user