mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 09:16:46 +00:00
Compare commits
No commits in common. "8a297d302055ff468d13f43fde8760c57e6ec735" and "b8ba5e7d35a90914d2050e413321fbb7ecaac582" have entirely different histories.
8a297d3020
...
b8ba5e7d35
@ -119,6 +119,10 @@ export default Vue.extend({
|
||||
name: 'og:image',
|
||||
content: image
|
||||
},
|
||||
{
|
||||
name: 'og:url',
|
||||
content: href
|
||||
}
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
@ -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
|
||||
}
|
||||
]
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user