<link rel="apple-touch-icon" sizes="180x180" href="{{ cloud.artifactUrl('apple-touch-icon.png') }}">
<div style="background-image: {{ cloud.artifactUrl('images/bottombg.svg') }}; width: 100%; height: 30px; background-size: cover;"> </div>
Alternatively, you can use the @artifactBaseUrl
alias in a url
function:
{{ url('@artifactBaseUrl/images/bottombg.svg') }}