Skip to content

Commit 052e3a9

Browse files
authored
Merge branch 'master' into ejolie
2 parents 67b33ab + 2e318f2 commit 052e3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LayoutHeader/DocSearch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DocSearch extends Component<{}, State> {
2222
// eslint-disable-next-line no-undef
2323
if (window.docsearch) {
2424
window.docsearch({
25-
apiKey: '36221914cce388c46d0420343e0bb32e',
25+
apiKey: '61afa0daa482db2154b69c27d642f815',
2626
indexName: 'react',
2727
inputSelector: '#algolia-doc-search',
2828
});

0 commit comments

Comments
 (0)