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

This commit is contained in:
Anda Toshiki 2024-09-11 09:03:33 +00:00
parent 7955c2705a
commit 5732eac358

View File

@ -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