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
|
draft?: boolean
|
||||||
summary?: string
|
summary?: string
|
||||||
images?: string[]
|
images?: string[]
|
||||||
video?: string
|
youtubeId?: string
|
||||||
authors?: string[]
|
authors?: string[]
|
||||||
layout?: string
|
layout?: string
|
||||||
canonicalUrl?: string
|
canonicalUrl?: string
|
||||||
|
|
Loading…
Reference in a new issue