diff --git a/client/src/pages/live.jsx b/client/src/pages/live.jsx index fa777e62..31ba2f91 100644 --- a/client/src/pages/live.jsx +++ b/client/src/pages/live.jsx @@ -74,6 +74,15 @@ const LivePage = () => { ); }; +export async function getServerSideProps() { + return { + redirect: { + destination: '/comingSoon', + permanent: false, + }, + }; +} + // export async function getServerSideProps() { /** * For lan restriction, if ever required