Skip to content

Commit

Permalink
Change DocSearch API key (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
taehwanno authored and simsim0709 committed May 2, 2019
1 parent 0912d04 commit 2e318f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LayoutHeader/DocSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DocSearch extends Component<{}, State> {
// eslint-disable-next-line no-undef
if (window.docsearch) {
window.docsearch({
apiKey: '36221914cce388c46d0420343e0bb32e',
apiKey: '61afa0daa482db2154b69c27d642f815',
indexName: 'react',
inputSelector: '#algolia-doc-search',
});
Expand Down

0 comments on commit 2e318f2

Please sign in to comment.