Removed _test suffix on algolia indices

This commit is contained in:
Piotr Janosz
2019-08-13 02:32:09 +02:00
committed by fabioberger
parent 14f0f89798
commit ffdb5c06f6

View File

@@ -26,9 +26,9 @@ export const searchClient = algoliasearch(ALGOLIA_APP_ID, ALGOLIA_CLIENT_API_KEY
export const adminClient = algoliasearch(ALGOLIA_APP_ID, ALGOLIA_ADMIN_API_KEY);
export const searchIndices: ISearchIndices = {
'core-concepts': '0x_core_concepts_test',
guides: '0x_guides_test',
tools: '0x_tools_test',
'core-concepts': '0x_core_concepts',
guides: '0x_guides',
tools: '0x_tools',
};
const sharedSettings = {