diff --git a/docs/public/_redirects b/docs/public/_redirects index 5fbc2cd9d9b3..24c224c28b46 100644 --- a/docs/public/_redirects +++ b/docs/public/_redirects @@ -1,3 +1,9 @@ # Proxies -# material-ui-x is configured to be hosted at the root. + +## material-ui-x is configured to be hosted at the root. /static/* https://material-ui.netlify.app/static/:splat 200 + +## Localization +/fr/* /:splat 200 +/de/* /:splat 200 +/ja/* /:splat 200 diff --git a/yarn.lock b/yarn.lock index 52cfc3be771c..60a00fe97d0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2732,7 +2732,7 @@ "@material-ui/monorepo@https://github.com/mui-org/material-ui.git#master": version "4.11.0" - resolved "https://github.com/mui-org/material-ui.git#85ea4e56f306b27325ae6e33d5bc35db8e6288e5" + resolved "https://github.com/mui-org/material-ui.git#3c078f2f6943976fc4d3ed5d886bbfa0f391e4a2" "@material-ui/monorepo@https://github.com/mui-org/material-ui.git#next": version "5.0.0-alpha.13"