When using <Image> in Next.js, we don't have to specify width and height every time as long as importing local images. And it seems like it also prevents Cumulative Layout Shift.
When using <Image> in Next.js, we don't have to specify width and height every time as long as importing local images. And it seems like it also prevents Cumulative Layout Shift.