diff --git a/web/next.config.ts b/web/next.config.ts index aa4d9318f4..3cf238c884 100644 --- a/web/next.config.ts +++ b/web/next.config.ts @@ -4,6 +4,7 @@ import { codeInspectorPlugin } from 'code-inspector-plugin' import { env } from './env' const isDev = process.env.NODE_ENV === 'development' + const withMDX = createMDX() const nextConfig: NextConfig = {