Skip to content

Commit da778a0

Browse files
authored
Fix Algolia search
1 parent fcee0d8 commit da778a0

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: 'dc8fe7f1f08bb0814a56d2ba8c1ea871',
26-
indexName: 'react',
26+
indexName: 'reactjs_ru',
2727
inputSelector: '#algolia-doc-search',
2828
});
2929
} else {

0 commit comments

Comments
 (0)