mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
fix(redirect): update redirect path to /problemset
This commit is contained in:
parent
9f619d71d1
commit
0a8e2d49b4
@ -1,5 +1,5 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function HomePage() {
|
||||
redirect("/playground");
|
||||
redirect("/problemset");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user