clarify video frontmatter prop name
This commit is contained in:
parent
f0f0a52401
commit
465e6f866c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export type PostFrontMatter = {
|
|||
draft?: boolean
|
||||
summary?: string
|
||||
images?: string[]
|
||||
video?: string
|
||||
youtubeId?: string
|
||||
authors?: string[]
|
||||
layout?: string
|
||||
canonicalUrl?: string
|
||||
|
|
Loading…
Reference in a new issue