Skip to content

Commit

Permalink
🔍 add algolia search apiKey
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Dec 27, 2019
1 parent eaad988 commit de6e0c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LayoutHeader/DocSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class DocSearch extends Component<{}, State> {
// eslint-disable-next-line no-undef
if (window.docsearch) {
window.docsearch({
apiKey: '36221914cce388c46d0420343e0bb32e',
indexName: 'react',
apiKey: 'cc44ab3211ec119bcf8c3435040a1436',
indexName: 'reactjs_hu',
inputSelector: '#algolia-doc-search',
});
} else {
Expand Down

0 comments on commit de6e0c1

Please sign in to comment.