Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djyde committed Nov 30, 2021
1 parent 0a5723a commit 76c5cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/getting-start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function getServerSideProps(ctx) {
}
})

if (!defaultProject) {
if (defaultProject) {
// redirect to project dashboard
return {
redirect: {
Expand Down

1 comment on commit 76c5cad

@vercel
Copy link

@vercel vercel bot commented on 76c5cad Nov 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.