From 72c031447862b8809ff261adad670620e4487f4f Mon Sep 17 00:00:00 2001 From: MUI bot <2109932+Janpot@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:44:46 +0200 Subject: [PATCH] Fix trailing slashes on server render --- docs/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/next.config.mjs b/docs/next.config.mjs index e6863e8b294..471f05cca2c 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -20,7 +20,7 @@ export default withDocsInfra({ workerThreads: true, cpus: 3, }, - transpilePackages: ['@mui/monorepo', '@mui/x-charts'], + transpilePackages: ['@mui/monorepo', '@mui/x-charts', '@mui/docs'], // Avoid conflicts with the other Next.js apps hosted under https://mui.com/ assetPrefix: process.env.DEPLOY_ENV === 'development' ? undefined : '/toolpad', env: {