Skip to content

Commit 8efe1c4

Browse files
Merge pull request #30 from reactjs/algolia
Add Algolia search
2 parents 97f31ed + de6e0c1 commit 8efe1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/LayoutHeader/DocSearch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class DocSearch extends Component<{}, State> {
2222
// eslint-disable-next-line no-undef
2323
if (window.docsearch) {
2424
window.docsearch({
25-
apiKey: '36221914cce388c46d0420343e0bb32e',
26-
indexName: 'react',
25+
apiKey: 'cc44ab3211ec119bcf8c3435040a1436',
26+
indexName: 'reactjs_hu',
2727
inputSelector: '#algolia-doc-search',
2828
});
2929
} else {

0 commit comments

Comments
 (0)