Follow up on #820

I forgot the most important part: Proxy teaser image urls.
This commit is contained in:
Robert Schäfer 2019-06-14 09:58:05 +02:00
parent 638be23d5a
commit 76e0d7ef06

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"