about summary refs log tree commit diff
path: root/components
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-08-05 08:52:26 +0200
committerGitHub <noreply@github.com>2020-08-05 08:52:26 +0200
commit3a6a26c5672f0756dddd8a3713d04ca224a43edc (patch)
treebd4b125a635fd256cf4ac5f5f70e1d0f8155519a /components
parentfba3429ef6e41b250c23c9152c56c59eababadfd (diff)
parent47703a3de7beb20d258aa5a569713a8f7c7bca9a (diff)
downloadpuszcza-3a6a26c5672f0756dddd8a3713d04ca224a43edc.tar.gz
puszcza-3a6a26c5672f0756dddd8a3713d04ca224a43edc.zip
Merge pull request #43 from 19pdh/new-og-image
Change og image name
Diffstat (limited to 'components')
-rw-r--r--components/Posts/PostLink.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Posts/PostLink.vue b/components/Posts/PostLink.vue
index b7bfab4..fa7dbcf 100644
--- a/components/Posts/PostLink.vue
+++ b/components/Posts/PostLink.vue
@@ -31,7 +31,7 @@ export default {
     image: {
       type: String,
       required: false,
-      default: '/assets/og/default.jpg',
+      default: '/assets/og/default-tree.jpg',
     },
   },
   computed: {