Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading