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

{frontmatter.title}