Update next.config.mjs

This commit is contained in:
kleap-admin 2026-01-16 16:44:13 +00:00
parent 9a540bca4a
commit f47298dd2e
1 changed files with 1 additions and 9 deletions

View File

@ -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);
export default nextConfig;