Skip to content

Commit

Permalink
close #85
Browse files Browse the repository at this point in the history
docsearch api key index added
  • Loading branch information
Zorig committed Aug 20, 2019
1 parent 780491c commit dac038b
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: '2e630a8019daec8b6b596532a768ff8a',
indexName: 'reactjs_mn',
inputSelector: '#algolia-doc-search',
});
} else {
Expand Down

0 comments on commit dac038b

Please sign in to comment.