mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 00:46:29 +00:00
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:
parent
7955c2705a
commit
5732eac358
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user