Skip to content

Commit

Permalink
chore: redirect live page (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Jan 3, 2023
1 parent 8e66f45 commit 8c6f9a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/src/pages/live.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c6f9a4

Please sign in to comment.