Removed _test suffix on algolia indices
This commit is contained in:
committed by
fabioberger
parent
14f0f89798
commit
ffdb5c06f6
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user