79277023

Date: 2024-12-13 01:25:42
Score: 1.5
Natty:
Report link

Thanks for all the response. I have now resolved it by adding the code below:

{article.mainImage?.url && (
            <NextImage
              src={article.mainImage.url}
              alt={article.title}
              placeholder="blur"
              blurDataURL={
                article.mainImage?.metadata?.lqip?.toString() ?? ""
              }
              fill
              style={{
                objectFit: "cover",
              }}
            />
          )}
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rey