Show selected org
This commit is contained in:
@@ -4,7 +4,7 @@ import { type GetServerSideProps } from "next";
|
||||
export const getServerSideProps: GetServerSideProps = async () => {
|
||||
return {
|
||||
redirect: {
|
||||
destination: "/experiments",
|
||||
destination: "/home",
|
||||
permanent: false,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user