Merge branch 'master' into outgoing-calls

This commit is contained in:
m5r
2021-08-30 06:58:00 +08:00
92 changed files with 6276 additions and 3211 deletions

View File

@ -32,7 +32,7 @@ export const getServerSideProps: GetServerSideProps = async ({ req, res }) => {
await session.$revoke();
return {
redirect: {
destination: Routes.Home().pathname,
destination: Routes.LandingPage().pathname,
permanent: false,
},
};

View File

@ -94,7 +94,7 @@ export const getServerSideProps: GetServerSideProps<Props> = async ({ req, res }
await session.$revoke();
return {
redirect: {
destination: Routes.Home().pathname,
destination: Routes.LandingPage().pathname,
permanent: false,
},
};

View File

@ -133,7 +133,7 @@ export const getServerSideProps: GetServerSideProps = async ({ req, res }) => {
await session.$revoke();
return {
redirect: {
destination: Routes.Home().pathname,
destination: Routes.LandingPage().pathname,
permanent: false,
},
};