Skip to content

Commit

Permalink
fix: redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun committed Jun 11, 2024
1 parent 43fd2b9 commit 5c5ed8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/dapp/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ export default async function Page({
}

if (!intro) {
return redirect('http://localhost:3000?intro=true');
// return redirect(`${APP_URL}/?intro=true`);
return redirect(`${APP_URL}/?intro=true`);
}

const platform = validateOrGetDefaultPlatform(searchParams.platform);
Expand Down

0 comments on commit 5c5ed8c

Please sign in to comment.