format with prettier 3
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { type GetServerSideProps } from 'next';
|
||||
import { type GetServerSideProps } from "next";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/require-await
|
||||
export const getServerSideProps: GetServerSideProps = async (context) => {
|
||||
return {
|
||||
redirect: {
|
||||
destination: '/experiments',
|
||||
destination: "/experiments",
|
||||
permanent: false,
|
||||
},
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
export default function Home() {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user