mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Follow up on #820
I forgot the most important part: Proxy teaser image urls.
This commit is contained in:
parent
638be23d5a
commit
76e0d7ef06
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user