From 5732eac3583e72be3cf6a692f6fcf1e51a8b6ca1 Mon Sep 17 00:00:00 2001 From: Anda Toshiki Date: Wed, 11 Sep 2024 09:03:33 +0000 Subject: [PATCH] fix(comma): add missing trailling comma to the the line before the og image key-value field property avoiding vercel build throwing errors on expected syntaxes --- src/pages/blog/_slug.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/_slug.vue b/src/pages/blog/_slug.vue index 955850c..a024249 100755 --- a/src/pages/blog/_slug.vue +++ b/src/pages/blog/_slug.vue @@ -71,7 +71,7 @@ export default Vue.extend({ description, image, keywords: `${tags}, toshiki, andatoshiki, blog, Anda Toshiki, homepage, portfolio, website, personal, personal website, real life, programming, coding`, - url: href + url: href, 'og:image': image, 'og:title': title, 'og:description': description