We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67b33ab + 2e318f2 commit 052e3a9Copy full SHA for 052e3a9
src/components/LayoutHeader/DocSearch.js
@@ -22,7 +22,7 @@ class DocSearch extends Component<{}, State> {
22
// eslint-disable-next-line no-undef
23
if (window.docsearch) {
24
window.docsearch({
25
- apiKey: '36221914cce388c46d0420343e0bb32e',
+ apiKey: '61afa0daa482db2154b69c27d642f815',
26
indexName: 'react',
27
inputSelector: '#algolia-doc-search',
28
});
0 commit comments