project yml contains
asset-paths: ["assets"]
jpg or png files located in assets directory and referred to by a readme.md containing (very simplified version):
{% docs macro_display_image %}
{% raw %}
##display image

{% endraw %}
{% enddocs %}
the yml file referring to the doc is displayed fine locally after
dbt docs generate
dbt docs serve
The problem appears in another environment on dbt cloud, where the image fails to display,
whereas all images located on web displayed correctly. I would appreciate if someone can suggest how to to use images saved in the directory to display on cloud. Thanks