mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 00:46:29 +00:00
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:
parent
0b3debeb96
commit
7955c2705a
@ -72,6 +72,9 @@ export default Vue.extend({
|
||||
image,
|
||||
keywords: `${tags}, toshiki, andatoshiki, blog, Anda Toshiki, homepage, portfolio, website, personal, personal website, real life, programming, coding`,
|
||||
url: href
|
||||
'og:image': image,
|
||||
'og:title': title,
|
||||
'og:description': description
|
||||
},
|
||||
[
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user