Skip to content

Commit 34d6462

Browse files
committed
sheet
1 parent 6ae2d62 commit 34d6462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import createMDX from "@next/mdx";
2-
import remarkGfm from "remark-gfm";
2+
// import remarkGfm from "remark-gfm";
33

44
/** @type {import('next').NextConfig} */
55
const nextConfig = {
@@ -38,7 +38,7 @@ const nextConfig = {
3838

3939
const withMDX = createMDX({
4040
options: {
41-
remarkPlugins: [remarkGfm],
41+
remarkPlugins: [],
4242
rehypePlugins: [],
4343
},
4444
});

0 commit comments

Comments
 (0)