Skip to content

Commit

Permalink
[core] Remove outdated ENABLE_AD env variable (#11181)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Nov 26, 2023
1 parent 10aa16d commit 295518d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = withDocsInfra({
// Avoid conflicts with the other Next.js apps hosted under https://mui.com/
assetPrefix: process.env.DEPLOY_ENV === 'development' ? undefined : '/x',
env: {
ENABLE_AD: process.env.ENABLE_AD,
LIB_VERSION: pkg.version,
DATA_GRID_VERSION: dataGridPkg.version,
DATE_PICKERS_VERSION: datePickersPkg.version,
Expand Down

0 comments on commit 295518d

Please sign in to comment.