fix(href): change open graph url property key value to toshiki.dev/${this.$route?.path} vue slug post route path of blog rather than plainly utilizing wrongful href as key value that causes nuxt build to throw error on invalid property for vue slug header tag

This commit is contained in:
Anda Toshiki 2024-09-11 21:21:13 -07:00 committed by GitHub
parent 89756e0941
commit 8a297d3020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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