Skip to content

Commit

Permalink
Add redirect (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigridge authored Oct 11, 2023
1 parent 000261e commit d2388d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export default function Root() {}
import { redirect } from "next/navigation";

export default function Root() {
redirect("/bemanning");
}

0 comments on commit d2388d1

Please sign in to comment.