diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-08-05 10:10:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 10:10:11 +0200 |
commit | ac4e0b036b4c840966f575a258e72006de8351d6 (patch) | |
tree | a1bbd24ed80ac3c98f1a234d57ba1be7af3aa4e0 | |
parent | 3a6a26c5672f0756dddd8a3713d04ca224a43edc (diff) | |
download | puszcza-ac4e0b036b4c840966f575a258e72006de8351d6.tar.gz puszcza-ac4e0b036b4c840966f575a258e72006de8351d6.zip |
Update PostLink.vue
-rw-r--r-- | components/Posts/PostLink.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Posts/PostLink.vue b/components/Posts/PostLink.vue index fa7dbcf..fa280d8 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-tree.jpg', + default: '/assets/og/default_tree.jpg', }, }, computed: { |