From 295518d3cbd58f1e96c2a4ebd164075772d0dcb7 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 26 Nov 2023 12:03:55 +0100 Subject: [PATCH] [core] Remove outdated ENABLE_AD env variable (#11181) --- docs/next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/next.config.js b/docs/next.config.js index 2320ae81e607..1ec8b7fced79 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -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,