Skip to content
Snippets Groups Projects
Commit 331a01e7 authored by Marek Förster's avatar Marek Förster :wheelchair:
Browse files

og:url fix - /blog/ part missing

parent 520b29f5
No related branches found
No related tags found
No related merge requests found
......@@ -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 ? this.post.slug : '') },
{ hid: 'og:url', property: 'og:url', content: baseUrl + '/' + (this.post ? 'blog/'+this.post.slug : '') },
ogImage,
],
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment