Static images in the sm:image tag
This is how you can reference a static image asset inside the <sm:image /> tag, which can be useful when defining fallback images etc.
<sm:image value="/static/img/home-hero-placeholder.png" staticAsset="true" ... />