From 8eb2c3c7dc85e68e40b26463d86f25da7d4c169a Mon Sep 17 00:00:00 2001 From: Vadym Raksha Date: Fri, 12 Dec 2025 13:08:41 +0000 Subject: [PATCH] [docs] Show Open in MUI Chat button Signed-off-by: Vadym Raksha --- docs/next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/next.config.ts b/docs/next.config.ts index fce4ad894edf41..8df22f147de44a 100644 --- a/docs/next.config.ts +++ b/docs/next.config.ts @@ -194,7 +194,7 @@ export default withDocsInfra({ ? `Basic ${Buffer.from(process.env.GITHUB_AUTH).toString('base64')}` : '', MUI_CHAT_API_BASE_URL: 'https://chat-backend.mui.com', - MUI_CHAT_SCOPES: process.env.DEPLOY_ENV === 'production' ? '' : 'material-ui', // Use comma separated list of `productId` (see `_app.js`) to enable MUI Chat on demos + MUI_CHAT_SCOPES: 'material-ui', // Use comma separated list of `productId` (see `_app.js`) to enable MUI Chat on demos }, // Ensure CSS from the Data Grid packages is included in the build: // https://github.com/mui/mui-x/issues/17427#issuecomment-2813967605