workaround for roll-up issue with static assets
This commit is contained in:
parent
9b67a46b56
commit
eea1e95572
|
|
@ -88,7 +88,7 @@ const inviteMentor = async () => {
|
|||
<img
|
||||
:alt="invitation.email"
|
||||
class="h-11 w-11 rounded-full"
|
||||
src="/static/avatars/myvbv-default-avatar.png"
|
||||
:src="'/static/avatars/myvbv-default-avatar.png'"
|
||||
/>
|
||||
<span class="text-bold">{{ invitation.email }}</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue