temporal redirect cal.com/call to cal.com/video (#1856)

Co-authored-by: Peer Richelsen <peeroke@richelsen.net>
This commit is contained in:
Peer Richelsen 2022-02-15 15:13:27 +00:00 committed by GitHub
parent 19b3997ccd
commit aee2d0dbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
];
},
});