Add optional ogImage type in Frontmatter interface

This commit is contained in:
Sat Naing
2022-09-21 14:08:04 +06:30
parent ed6a259481
commit a9464fbbfb
+1
View File
@@ -1,5 +1,6 @@
export interface Frontmatter {
title: string;
ogImage?: string;
description: string;
author: string;
datetime: string;