Skip to content

Commit 76c5cad

Browse files
committed
fix typo
1 parent 0a5723a commit 76c5cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/getting-start.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export async function getServerSideProps(ctx) {
9494
}
9595
})
9696

97-
if (!defaultProject) {
97+
if (defaultProject) {
9898
// redirect to project dashboard
9999
return {
100100
redirect: {

0 commit comments

Comments
 (0)