Skip to content

Commit 94434ec

Browse files
committed
fix: Update Algolia index name for search functionality
Changed the Algolia index name to improve search results for the documentation. Signed-off-by: ChihoSin chihosin@icloud.com
1 parent 7de3e04 commit 94434ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module.exports = {
144144
algolia: {
145145
appId: "KOMJIOT8N0", // cspell: disable-line
146146
apiKey: "1cbe9bcb1d974a5c73e4146543eb8335",
147-
indexName: "fobe-documentation",
147+
indexName: "docs_fobestudio_com_komjiot8n0_pages", // cspell: disable-line
148148
placeholder: "Search FoBE Documentation",
149149
},
150150

0 commit comments

Comments
 (0)