mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 09:16:46 +00:00
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:
parent
a7f2f1937e
commit
8e7dea3069
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user