Skip to content

Commit

Permalink
DocSearch: apikey
Browse files Browse the repository at this point in the history
updating apiKey for the Italian website

Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
  • Loading branch information
deblasis committed Mar 21, 2019
1 parent d8222ea commit 4db42e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LayoutHeader/DocSearch.js
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: '9b7d68e6dea8533a9582f0e8087e0b6d',
indexName: 'reactjs_it',
inputSelector: '#algolia-doc-search',
});
} else {
Expand Down

0 comments on commit 4db42e3

Please sign in to comment.