diff --git a/app/(app)/article/[eventId]/page.tsx b/app/(app)/article/[eventId]/page.tsx index d9196f3..2d8b268 100644 --- a/app/(app)/article/[eventId]/page.tsx +++ b/app/(app)/article/[eventId]/page.tsx @@ -46,7 +46,7 @@ export default function ArticlePage({ if (sessionStorage.getItem("RichHistory")) { void router.back(); } else { - void router.push("/"); + void router.push("/app"); } }} size="icon"