fix(me): avatar image src url

This commit is contained in:
Matthieu Bessat 2025-06-03 21:16:47 +02:00
parent 7a19b5a138
commit 368ff80ef3

View file

@ -8,7 +8,7 @@
{% if user.avatar_asset_id %}
<div class="my-3">
<img
src="http://localhost:8085/api/user-assets/{{ user.avatar_asset_id }}"
src="/api/user-assets/{{ user.avatar_asset_id }}"
style="width: 150px; height: 150px; object-fit: contain">
</div>
{% endif %}