Skip to content

Commit

Permalink
pay-web: redirect to pay.daimo.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dcposch committed Dec 8, 2024
1 parent 8f02030 commit e1ddce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/daimo-web/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { HomePage } from "./HomePage";
import { redirect } from "next/navigation";

export default function HomePageWrap() {
return <HomePage />;
return redirect("https://pay.daimo.com");
}

0 comments on commit e1ddce7

Please sign in to comment.