Update: markdown format to detect

Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
tico88612
2024-03-29 21:10:35 +08:00
parent 34217c5d37
commit 869233136e
+1 -1
View File
@@ -73,7 +73,7 @@ module.exports = {
// Replace all HTML comments with empty strings as these are not supported by MDXv2.
return fileContent.replace(/<!--.*?-->/gs, '');
},
format: 'md',
format: 'detect',
},
webpack: {
jsLoader: isServer => ({