astro · astro/MissingImageDimension
MissingImageDimension
Missing Image Dimension
A remote image passed to `<Image />` is missing a required `width` or `height` attribute. Astro can read dimensions automatically for local images, but remote images need them specified explicitly to avoid layout shift.