chore: remove root page

This commit is contained in:
overtrue
2026-02-01 21:45:57 +08:00
parent f2366f0507
commit f9966dc0f2
-6
View File
@@ -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)
}