about summary refs log tree commit diff
path: root/components/Posts/PostList/PurePostList.vue
diff options
context:
space:
mode:
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>