mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 09:16:46 +00:00
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:
parent
89756e0941
commit
8a297d3020
@ -119,10 +119,6 @@ export default Vue.extend({
|
||||
name: 'og:image',
|
||||
content: image
|
||||
},
|
||||
{
|
||||
name: 'og:url',
|
||||
content: href
|
||||
}
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user