diff --git a/src/components/youtubeEmbed.astro b/src/components/youtubeEmbed.astro index 16882c6..e0a99fa 100644 --- a/src/components/youtubeEmbed.astro +++ b/src/components/youtubeEmbed.astro @@ -1,7 +1,5 @@ --- import { YouTube } from '@astro-community/astro-embed-youtube' -import type { ImageMetadata } from 'astro' - export interface Props { id: string thumbnail: string @@ -11,9 +9,7 @@ const { id, thumbnail } = Astro.props ---
-