diff options
Diffstat (limited to 'components/Posts/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: { |