Skip to content

Commit

Permalink
Add google-site-verification metadata (#1853)
Browse files Browse the repository at this point in the history
* Add google-site-verification metadata

* fix lint
  • Loading branch information
Shane Afsar committed Apr 13, 2023
1 parent f241cc7 commit 4b25014
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4b25014

Please sign in to comment.