From 4493a41c501381c3f08d29bba6c80d73fc07f3b7 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:46:30 +0800 Subject: [PATCH] trigger ci --- web/next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/next.config.ts b/web/next.config.ts index aa4d9318f47..3cf238c884c 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 = {