update dummy thumbnail url

This commit is contained in:
MarconLP 2023-04-12 19:08:25 +02:00
parent 1b8e3d218c
commit bf02583d93
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E
2 changed files with 7 additions and 1 deletions

View file

@ -26,6 +26,12 @@ const config = {
port: '', port: '',
pathname: '/**', pathname: '/**',
}, },
{
protocol: 'https',
hostname: '*.ytimg.com',
port: '',
pathname: '/**',
},
], ],
}, },
}; };

View file

@ -160,7 +160,7 @@ const VideoCard = ({ title, id, createdAt }: VideoCardProps) => {
<div className="h-[240px] w-[250px] cursor-pointer overflow-hidden rounded-lg border border-[#6c668533] text-sm font-normal"> <div className="h-[240px] w-[250px] cursor-pointer overflow-hidden rounded-lg border border-[#6c668533] text-sm font-normal">
<figure className="relative"> <figure className="relative">
<Image <Image
src="https://f003.backblazeb2.com/file/test-bucket-dev/green+vs+blue+bbbles.jpg" src="https://i3.ytimg.com/vi/BuaKzm7Kq9Q/maxresdefault.jpg"
alt="video thumbnail" alt="video thumbnail"
fill={true} fill={true}
className="!relative object-contain" className="!relative object-contain"