diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 975a02dc..e676aefb 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -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 + } ]; }, });