Compare commits

..

No commits in common. "8a297d302055ff468d13f43fde8760c57e6ec735" and "b8ba5e7d35a90914d2050e413321fbb7ecaac582" have entirely different histories.

2 changed files with 6 additions and 2 deletions

View File

@ -119,6 +119,10 @@ export default Vue.extend({
name: 'og:image',
content: image
},
{
name: 'og:url',
content: href
}
]
)
}

View File

@ -81,7 +81,7 @@ export default Vue.extend({
},
{
name: 'og:site_name',
content: `Toshiki's Homepage`
content: `toshiki.dev/${this.$route?.path}`
},
{
name: 'og:description',
@ -93,7 +93,7 @@ export default Vue.extend({
},
{
name: 'og:url',
content: `toshiki.dev/${this.$route?.path}`
content: href
}
]
)