Add google-site-verification metadata (#1853)
* Add google-site-verification metadata * fix lint
This commit is contained in:
parent
f241cc7869
commit
4b250142dc
1 changed files with 6 additions and 0 deletions
|
|
@ -51,6 +51,12 @@ const lightCodeTheme = require('prism-react-renderer/themes/github');
|
|||
indexName: 'docsearch',
|
||||
contextualSearch: true,
|
||||
},
|
||||
metadata: [
|
||||
{
|
||||
name: 'google-site-verification',
|
||||
content: '23yIHmCD_xnJb_6e3s-w7M29Kydahk-d86ObMWOrvRg',
|
||||
},
|
||||
],
|
||||
navbar: {
|
||||
hideOnScroll: true,
|
||||
logo: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue