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

{frontmatter.title}