diff --git a/src/components/embed-types/common.tsx b/src/components/embed-types/common.tsx index 5b4849d14..32804bc27 100644 --- a/src/components/embed-types/common.tsx +++ b/src/components/embed-types/common.tsx @@ -52,14 +52,7 @@ const videoExt = [".mp4", ".mkv", ".webm", ".mov"]; export function renderVideoUrl(match: URL) { if (!videoExt.some((ext) => match.pathname.endsWith(ext))) return null; - return ( -