mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +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