mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +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";
|
import { redirect } from "next/navigation";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
redirect("/playground");
|
redirect("/problemset");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user