diff --git a/vercel.json b/vercel.json index 74b98291002db4..1c5211f618a45e 100644 --- a/vercel.json +++ b/vercel.json @@ -1,8 +1,14 @@ { "github": { - "autoJobCancelation": false, - "silent": true + "silent": true, + "autoJobCancelation": false }, "public": true, - "trailingSlash": true + "trailingSlash": true, + "rewrites": [ + { + "source": "/store/:path*/", + "destination": "https://material-ui-store.netlify.app/:path*/" + } + ] }