feat: Add Next.js basePath and relocate the login page to /login.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function RootPage() {
|
||||
redirect("/gatekeeper/login");
|
||||
redirect("/login");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user