update dummy thumbnail url
This commit is contained in:
parent
1b8e3d218c
commit
bf02583d93
2 changed files with 7 additions and 1 deletions
|
|
@ -26,6 +26,12 @@ const config = {
|
||||||
port: '',
|
port: '',
|
||||||
pathname: '/**',
|
pathname: '/**',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
protocol: 'https',
|
||||||
|
hostname: '*.ytimg.com',
|
||||||
|
port: '',
|
||||||
|
pathname: '/**',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue