docs(website): fix SEO docs headTags example (#10014)

This commit is contained in:
ozaki 2024-04-04 16:55:22 +02:00 committed by GitHub
parent a9cdb3fda6
commit 73e78d2868
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 96 additions and 96 deletions

View file

@ -24,6 +24,7 @@ export default {
{name: 'keywords', content: 'cooking, blog'},
{name: 'twitter:card', content: 'summary_large_image'},
],
},
headTags: [
// Declare a <link> preconnect tag
{
@ -48,7 +49,6 @@ export default {
}),
},
],
},
};
```

View file

@ -24,6 +24,7 @@ export default {
{name: 'keywords', content: 'cooking, blog'},
{name: 'twitter:card', content: 'summary_large_image'},
],
},
headTags: [
// Declare a <link> preconnect tag
{
@ -48,7 +49,6 @@ export default {
}),
},
],
},
};
```

View file

@ -24,6 +24,7 @@ export default {
{name: 'keywords', content: 'cooking, blog'},
{name: 'twitter:card', content: 'summary_large_image'},
],
},
headTags: [
// Declare a <link> preconnect tag
{
@ -48,7 +49,6 @@ export default {
}),
},
],
},
};
```

View file

@ -24,6 +24,7 @@ export default {
{name: 'keywords', content: 'cooking, blog'},
{name: 'twitter:card', content: 'summary_large_image'},
],
},
headTags: [
// Declare a <link> preconnect tag
{
@ -48,7 +49,6 @@ export default {
}),
},
],
},
};
```