Skip to content

Commit

Permalink
fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
djsisson committed Nov 6, 2024
1 parent e45053e commit cef74cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/forum/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { redirect } from "next/navigation";

export default function Home() {
return <main>{redirect("/home")}</main>;
return <main>{redirect("/forum/home")}</main>;
}

0 comments on commit cef74cc

Please sign in to comment.