From 465e6f866ca3f9aeab784f9701f66132533b4786 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 6 Jun 2022 12:50:08 -0700 Subject: [PATCH] clarify video frontmatter prop name --- types/PostFrontMatter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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