add support for responsive youtube embeds in posts

This commit is contained in:
Cory Dransfeldt 2022-06-06 12:48:11 -07:00
parent 38247187ee
commit 7121a3d58b
6 changed files with 47 additions and 12 deletions

View file

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