From 74f7e8b941383256aa28f1b8fa2d1f774f5d60ff Mon Sep 17 00:00:00 2001 From: gcharang <21151592+gcharang@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:48:03 +0530 Subject: [PATCH] update search index file --- utils/js/create_search_index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/js/create_search_index.js b/utils/js/create_search_index.js index ca5d4c7e..d584b9e6 100644 --- a/utils/js/create_search_index.js +++ b/utils/js/create_search_index.js @@ -212,7 +212,7 @@ const runSearchIndexingOnAllMdxFiles = async () => { ); fs.writeFileSync( "./utils/_allMdxFileContentTree.json", - JSON.stringify(allMdxFileContentTree, null, 2) + JSON.stringify(allMdxFileContentTree) ); } catch (error) { throw new Error(error);