Images (CDN-driven)
- L5E does not ship an
<Image>component — emit plain<img>and let the CDN resize. - Set
width/heighton every image to prevent CLS; useloading="lazy"below the fold. - For OG images: absolute URLs in
metadata.openGraph.images(Twitter / Slack require absolute).