fix(open graph site type): update open graph website property key value via switching from website to article for abiding with mark-up of open graph preview type for blog posts or web articles avoiding link preview of social media platforms predicate blog post type and returns to the default open graph for homepage rater than routed open graph images

This commit is contained in:
Anda Toshiki 2024-09-11 16:23:29 -07:00 committed by GitHub
parent 7889e3fbb7
commit 012cced6ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@ export default Vue.extend({
// open graph
{
name: 'og:type',
content: 'website'
content: 'article'
},
{
name: 'og:site_name',