diff --git a/docs/next.config.ts b/docs/next.config.ts index 7426e7474697ff..eb0621d6dc3840 100644 --- a/docs/next.config.ts +++ b/docs/next.config.ts @@ -192,7 +192,7 @@ export default withDocsInfra({ // MUI Core related GITHUB_AUTH: process.env.GITHUB_AUTH, 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