From f47298dd2e867c8f04869b49b53f5f467d5bcc87 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 16:44:13 +0000 Subject: [PATCH] Update next.config.mjs --- next.config.mjs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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