test(open graph): manually add open graph tag & data entries to the prepare metadata function to genearte full custom head tag contents with manually added fields & property for og:image og:title & og:description for featured/preview images and links on social media platforms

This commit is contained in:
Anda Toshiki 2024-09-11 09:00:52 +00:00
parent 0b3debeb96
commit 7955c2705a

View File

@ -72,6 +72,9 @@ export default Vue.extend({
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:title': title,
'og:description': description
}, },
[ [
{ {