We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378a6c3 commit f7a88b4Copy full SHA for f7a88b4
1 file changed
src/pages/index.ts
@@ -9,7 +9,7 @@ export default function Home() {
9
export const getServerSideProps: GetServerSideProps = async () => {
10
return {
11
redirect: {
12
- destination: env.DEFAULT_HOMEPAGE,
+ destination: env.DEFAULT_HOMEPAGE ?? '/home',
13
permanent: true,
14
},
15
};
0 commit comments