From e7bf14af39d96de3cc996db5ca4311303a1eff47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Sun, 8 Oct 2023 18:48:40 +0200 Subject: [PATCH] avoid mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- microsite/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/microsite/docusaurus.config.js b/microsite/docusaurus.config.js index 1879e35e72..83a5d3ac3d 100644 --- a/microsite/docusaurus.config.js +++ b/microsite/docusaurus.config.js @@ -73,6 +73,7 @@ module.exports = { // Replace all HTML comments with emtpy strings as these are not supported by MDXv2. return fileContent.replace(//gs, ''); }, + format: 'md', }, webpack: { jsLoader: isServer => ({