Skip to content

Commit

Permalink
[docs] Fix trailing slashes on server render (#3402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Apr 15, 2024
1 parent 0dc2e18 commit 9115878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 9115878

Please sign in to comment.