From f9966dc0f22fad6a221ca18b1d40f0ab39674e01 Mon Sep 17 00:00:00 2001 From: overtrue Date: Sun, 1 Feb 2026 21:45:57 +0800 Subject: [PATCH] chore: remove root page --- app/page.tsx | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 app/page.tsx diff --git a/app/page.tsx b/app/page.tsx deleted file mode 100644 index ebc1110..0000000 --- a/app/page.tsx +++ /dev/null @@ -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) -}