about summary refs log tree commit diff
path: root/components/Posts/PostList/PurePostList.vue
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-28 20:02:14 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-28 20:02:14 +0100
commitd0885eb9a0d9d6ff33a3203a693f72e9de4dc562 (patch)
treebc011f75b5fed8636891fca6f85717bcfc103a02 /components/Posts/PostList/PurePostList.vue
parent474d2bd31fdb0d13e07793c31d82e4eb264731cf (diff)
downloadpuszcza-d0885eb9a0d9d6ff33a3203a693f72e9de4dc562.tar.gz
puszcza-d0885eb9a0d9d6ff33a3203a693f72e9de4dc562.zip
Fix image
Diffstat (limited to 'components/Posts/PostList/PurePostList.vue')
-rw-r--r--components/Posts/PostList/PurePostList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Posts/PostList/PurePostList.vue b/components/Posts/PostList/PurePostList.vue
index 210973e..cdbaffc 100644
--- a/components/Posts/PostList/PurePostList.vue
+++ b/components/Posts/PostList/PurePostList.vue
@@ -12,7 +12,7 @@
           :route="post.route"
           :title="post.title"
           :description="post.description"
-          :image="post.image"
+          :image="post.meta.image"
         />
       </div>
     </transition>