Skip to content

Commit

Permalink
update search index file
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Sep 24, 2024
1 parent 8a8c38f commit 74f7e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/js/create_search_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 74f7e8b

Please sign in to comment.