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