mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-07 19:38:19 +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