diff --git a/app/(authenticated)/layout.tsx b/app/(authenticated)/layout.tsx index 53c63f6..d972fce 100644 --- a/app/(authenticated)/layout.tsx +++ b/app/(authenticated)/layout.tsx @@ -20,8 +20,8 @@ export default function AppLayout({ colorText: "#161616", }, }} - afterSignInUrl={"/"} - afterSignUpUrl={"/"} + afterSignInUrl={"/overview"} + afterSignUpUrl={"/overview"} />