Merge pull request #828 from Human-Connection/821-follow_up

Follow up on #820
This commit is contained in:
Robert Schäfer 2019-06-14 11:41:00 +02:00 committed by GitHub
commit d8621c6a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
<template>
<ds-flex-item :width="width">
<ds-card :image="post.image" :class="{ 'post-card': true, 'disabled-content': post.disabled }">
<ds-card
:image="post.image | proxyApiUrl"
:class="{ 'post-card': true, 'disabled-content': post.disabled }"
>
<!-- Post Link Target -->
<nuxt-link
class="post-link"