Skip to content

Commit 2e318f2

Browse files
taehwannosimsim0709
authored andcommitted
Change DocSearch API key (#106)
1 parent 0912d04 commit 2e318f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LayoutHeader/DocSearch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DocSearch extends Component<{}, State> {
2222
// eslint-disable-next-line no-undef
2323
if (window.docsearch) {
2424
window.docsearch({
25-
apiKey: '36221914cce388c46d0420343e0bb32e',
25+
apiKey: '61afa0daa482db2154b69c27d642f815',
2626
indexName: 'react',
2727
inputSelector: '#algolia-doc-search',
2828
});

0 commit comments

Comments
 (0)