diff --git a/next.config.mjs b/next.config.mjs index 384611c..ef6460f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,4 +1,3 @@ -import nextMDX from "@next/mdx"; import path from "path"; /** @type {import('next').NextConfig} */ @@ -185,11 +184,4 @@ const nextConfig = { }, }; -const withMDX = nextMDX({ - extension: /\.mdx?$/, - options: { - providerImportSource: '@mdx-js/react', - }, -}); - -export default withMDX(nextConfig); \ No newline at end of file +export default nextConfig; \ No newline at end of file