Merge pull request #23901 from tico88612/fix/blog-truncate

Fix: blog truncate text
This commit is contained in:
Patrik Oldsberg
2024-04-01 22:55:11 +02:00
committed by GitHub
+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 => ({