1
public/ directory and reference them with absolute paths. Public images keep their original URL.<img> tags:1<img src="/images/diagram.png" alt="Architecture diagram" />
<img> tags to its internal image component with dimensions when it can read the image metadata.public/, Holocron:<img> has explicit width and height, preventing layout shift.public/ are served from their public path and are not copied again.https://...) are supported. Remote URLs in JSX <img> tags can be fetched for metadata at build time. Markdown remote images still render, but they do not get build-time dimensions or placeholders.1<img src="https://example.com/photo.jpg" alt="Remote photo" />
<Frame> component for a styled border and optional caption:123<Frame caption="Dashboard overview">  </Frame>