From 9115878b2c8f4aabd7fd3ed7866b83ade06e8b96 Mon Sep 17 00:00:00 2001 From: Jan Potoms <2109932+Janpot@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:03:21 +0200 Subject: [PATCH] [docs] Fix trailing slashes on server render (#3402) --- 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 820a1d63319..43aaff2b3d6 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: {