diff --git a/apps/web/src/app/(home)/_ui/NewsSection/index.tsx b/apps/web/src/app/(home)/_ui/NewsSection/index.tsx index 1a5c86e9..e0c4e3b8 100644 --- a/apps/web/src/app/(home)/_ui/NewsSection/index.tsx +++ b/apps/web/src/app/(home)/_ui/NewsSection/index.tsx @@ -46,6 +46,7 @@ const NewsSection = ({ newsList }: NewsSectionProps) => { loading="lazy" className="h-24 w-44 shrink-0 rounded-xl object-cover" src={news.imageUrl} + cdnHostType="default" alt={news.title} width={170} height={90}