MDXProvider

This commit is contained in:
2022-04-06 11:21:16 +08:00
parent c9b7f9024c
commit ffda9a99c5
4 changed files with 44 additions and 19 deletions

View File

@@ -3,6 +3,7 @@ const withMDX = require("@next/mdx")({
options: {
remarkPlugins: [],
rehypePlugins: [],
providerImportSource: "@mdx-js/react",
},
});