diff --git a/types/PostFrontMatter.ts b/types/PostFrontMatter.ts index 2f5fe81..5b5f425 100644 --- a/types/PostFrontMatter.ts +++ b/types/PostFrontMatter.ts @@ -6,7 +6,7 @@ export type PostFrontMatter = { draft?: boolean summary?: string images?: string[] - video?: string + youtubeId?: string authors?: string[] layout?: string canonicalUrl?: string