--- import type { VideoFileType } from '../lib/video'; export interface Props { video: VideoFileType; } const { video } = Astro.props; const { frontmatter } = video; const { author } = frontmatter; ---
{author.name} · Illustrated Video
{frontmatter.description}