avoid mdx

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-10-08 18:48:40 +02:00
parent c53fbc5757
commit e7bf14af39
+1
View File
@@ -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 => ({