mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 04:24:15 +00:00
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:
parent
7889e3fbb7
commit
012cced6ce
@ -105,7 +105,7 @@ export default Vue.extend({
|
|||||||
// open graph
|
// open graph
|
||||||
{
|
{
|
||||||
name: 'og:type',
|
name: 'og:type',
|
||||||
content: 'website'
|
content: 'article'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'og:site_name',
|
name: 'og:site_name',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user