From 18598ab42a20756136f0f0ddd82deb3f94884e3f Mon Sep 17 00:00:00 2001 From: Stephen Fuqua Date: Wed, 24 Jul 2024 15:54:29 -0500 Subject: [PATCH] Fix the index name (#11) --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3b94c506..b93f07bd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -102,7 +102,7 @@ const config = { // Public API key: it is safe to commit it apiKey: 'a58d193c70793d68151589d3cfbdeb6b', - indexName: 'teched-fi', + indexName: 'ed-fi-alliance-ossio', // Optional: see doc section below contextualSearch: true,