add support for responsive youtube embeds in posts
This commit is contained in:
parent
38247187ee
commit
7121a3d58b
6 changed files with 47 additions and 12 deletions
|
@ -6,6 +6,7 @@ export type PostFrontMatter = {
|
|||
draft?: boolean
|
||||
summary?: string
|
||||
images?: string[]
|
||||
video?: string
|
||||
authors?: string[]
|
||||
layout?: string
|
||||
canonicalUrl?: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue