From 2c5a029479dc1c6ce18a2b35e35026ff427a26fb Mon Sep 17 00:00:00 2001 From: Ibo Sy Date: Wed, 29 Nov 2023 17:21:12 +0100 Subject: [PATCH] Fix algolia index name in config (#22) --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 444e2b9..71ffb99 100644 --- a/config.ts +++ b/config.ts @@ -17,7 +17,7 @@ const config: Config = { docSearch: { appId: 'S36OISFKTX', apiKey: 'fc77ad501873a0a81b4c39e02a4aaaac', - indexName: 'crawler_Topos docs platform (new)', + indexName: 'crawler_Toposware docs platform (new)', placeholder: 'Search documentation' }, googleSiteVerification: 'ewK_x9p9N-cr_rA0dKgdo6YGqZGgnRcBVn2bZeaZQ_o',