Fixed a bug where images were missing when translation is active.

This commit is contained in:
Stephan 2021-03-21 12:19:31 +01:00
parent 8227ea54ea
commit 6778116845
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="card">
<img class="card__icon" src="{{ this.card_image }}">
<img class="card__icon" src="/{{ this.card_image }}">
<h3 class="card__heading -homepage">{{ this.card_title }}</h3>
<div class="card__text">
{{ this.card_text }}