Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Fix algolia index name in config (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
coldice authored Nov 29, 2023
1 parent 3ad2a7e commit 2c5a029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2c5a029

Please sign in to comment.