From 06be41012bb7807aa35fdb819d8e3097886b0c9a Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Sat, 17 Feb 2024 16:20:31 -0500 Subject: [PATCH] revert merge weirdness Signed-off-by: aramissennyeydd --- microsite/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/docusaurus.config.js b/microsite/docusaurus.config.js index 4242bb7150..0a79483b27 100644 --- a/microsite/docusaurus.config.js +++ b/microsite/docusaurus.config.js @@ -69,7 +69,7 @@ module.exports = { ], ], markdown: { - preprocessor({ filePath, fileContent }) { + preprocessor({ fileContent }) { // Replace all HTML comments with empty strings as these are not supported by MDXv2. return fileContent.replace(//gs, ''); },