We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae2d62 commit 34d6462Copy full SHA for 34d6462
next.config.mjs
@@ -1,5 +1,5 @@
1
import createMDX from "@next/mdx";
2
-import remarkGfm from "remark-gfm";
+// import remarkGfm from "remark-gfm";
3
4
/** @type {import('next').NextConfig} */
5
const nextConfig = {
@@ -38,7 +38,7 @@ const nextConfig = {
38
39
const withMDX = createMDX({
40
options: {
41
- remarkPlugins: [remarkGfm],
+ remarkPlugins: [],
42
rehypePlugins: [],
43
},
44
});
0 commit comments