clarify video frontmatter prop name

This commit is contained in:
Cory Dransfeldt 2022-06-06 12:50:08 -07:00
parent f0f0a52401
commit 465e6f866c

View file

@ -6,7 +6,7 @@ export type PostFrontMatter = {
draft?: boolean
summary?: string
images?: string[]
video?: string
youtubeId?: string
authors?: string[]
layout?: string
canonicalUrl?: string