mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-26 07:50:56 +02:00
parent
2a55696545
commit
69b99056b2
5
web/src/app/not-found.tsx
Normal file
5
web/src/app/not-found.tsx
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import { redirect } from "next/navigation";
|
||||||
|
|
||||||
|
export default function NotFound() {
|
||||||
|
redirect("/chat");
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user