fix(open graph): remove uncessessary open graph property field of hid but omitting name and content field only & change the content of open graph site name of all blog post routes to dynamically append current blog post route path to name/link as value to og site name property

This commit is contained in:
Anda Toshiki 2024-09-11 22:16:19 +00:00
parent a7f2f1937e
commit 8e7dea3069

View File

@ -107,9 +107,8 @@ export default Vue.extend({
content: 'website'
},
{
hid: 'og:site_name',
name: 'og:site_name',
content: 'toshiki.dev'
content: `toshiki.dev${this.$route?.path}`
},
{
name: 'og:description',