mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-18 19:43:26 +02:00
improve base page latency
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default async function Page() {
|
||||
redirect("/auth/login");
|
||||
redirect("/chat");
|
||||
}
|
||||
|
Reference in New Issue
Block a user