diff --git a/apps/docs/components/ui/lightbox.tsx b/apps/docs/components/ui/lightbox.tsx index 0dacda7e2..c73df2aa0 100644 --- a/apps/docs/components/ui/lightbox.tsx +++ b/apps/docs/components/ui/lightbox.tsx @@ -1,7 +1,7 @@ 'use client' import { useEffect, useRef } from 'react' -import { getVideoUrl } from '@/lib/utils' +import { getAssetUrl } from '@/lib/utils' interface LightboxProps { isOpen: boolean @@ -60,7 +60,7 @@ export function Lightbox({ isOpen, onClose, src, alt, type }: LightboxProps) { /> ) : (