mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
docs(website): fix SEO docs headTags example (#10014)
This commit is contained in:
parent
a9cdb3fda6
commit
73e78d2868
4 changed files with 96 additions and 96 deletions
|
@ -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 {
|
|||
}),
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
```
|
||||
|
||||
|
|
|
@ -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 {
|
|||
}),
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
```
|
||||
|
||||
|
|
|
@ -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 {
|
|||
}),
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
```
|
||||
|
||||
|
|
|
@ -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 {
|
|||
}),
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue