wip
This commit is contained in:
@@ -5,8 +5,9 @@ import matter from 'gray-matter';
|
||||
export interface PostFrontmatter {
|
||||
title: string;
|
||||
date: string;
|
||||
excerpt: string;
|
||||
featuredImage: string | null;
|
||||
excerpt?: string;
|
||||
featuredImage?: string | null;
|
||||
category?: string;
|
||||
locale: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user