Skip to content

Commit 82a845b

Browse files
authored
Fix docsearch index name (#140)
1 parent 4eed27d commit 82a845b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LayoutHeader/DocSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class DocSearch extends Component<{}, State> {
2323
if (window.docsearch) {
2424
window.docsearch({
2525
apiKey: '61afa0daa482db2154b69c27d642f815',
26-
indexName: 'react',
26+
indexName: 'reactjs_ko',
2727
inputSelector: '#algolia-doc-search',
2828
});
2929
} else {

0 commit comments

Comments
 (0)