We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eed27d commit 82a845bCopy full SHA for 82a845b
src/components/LayoutHeader/DocSearch.js
@@ -23,7 +23,7 @@ class DocSearch extends Component<{}, State> {
23
if (window.docsearch) {
24
window.docsearch({
25
apiKey: '61afa0daa482db2154b69c27d642f815',
26
- indexName: 'react',
+ indexName: 'reactjs_ko',
27
inputSelector: '#algolia-doc-search',
28
});
29
} else {
0 commit comments