diff --git a/src-front/pages/blog/_slug.vue b/src-front/pages/blog/_slug.vue index 997e10e0eb0fc414756e99f6dfb9467e9b32d303..09d0c0f869e6b99b849c26e78e6c088edf8d7b07 100644 --- a/src-front/pages/blog/_slug.vue +++ b/src-front/pages/blog/_slug.vue @@ -62,7 +62,7 @@ export default { { hid: 'description', property: 'description', content: this.post ? this.post.description : '' }, { hid: 'og:description', property: 'og:description', content: this.post ? this.post.description : '' }, { hid: 'og:title', property: 'og:title', content: title }, - { hid: 'og:url', property: 'og:url', content: baseUrl + '/' + (this.post ? 'blog/'+this.post.slug : '') }, + { hid: 'og:url', property: 'og:url', content: baseUrl + '/' + (this.post ? 'blog/'+this.post.slug+'/' : '') }, ogImage, ], };