mirror of
https://github.com/rustfs/console.git
synced 2026-08-29 03:52:28 +08:00
chore: remove root page
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import { redirect } from "next/navigation"
|
||||
|
||||
export default function RootPage() {
|
||||
const basePath = process.env.NEXT_PUBLIC_BASE_PATH ?? "/rustfs/console"
|
||||
redirect(basePath)
|
||||
}
|
||||
Reference in New Issue
Block a user