mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 03:11:22 +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,
|
description,
|
||||||
image,
|
image,
|
||||||
keywords: `${tags}, toshiki, andatoshiki, blog, Anda Toshiki, homepage, portfolio, website, personal, personal website, real life, programming, coding`,
|
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:image': image,
|
||||||
'og:title': title,
|
'og:title': title,
|
||||||
'og:description': description
|
'og:description': description
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user