temporal redirect cal.com/call to cal.com/video (#1856)
Co-authored-by: Peer Richelsen <peeroke@richelsen.net>pull/1830/head^2
parent
19b3997ccd
commit
aee2d0dbba
|
@ -92,6 +92,11 @@ module.exports = () => plugins.reduce((acc, next) => next(acc), {
|
|||
destination: "/bookings/upcoming",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/call/:path*',
|
||||
destination: '/video/:path*',
|
||||
permanent: false
|
||||
}
|
||||
];
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue