mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-26 11:58:28 +02:00
Merge branch 'main' of https://github.com/danswer-ai/danswer into bugfix/chromatic-tests-2
# Conflicts: # web/tests/e2e/home.spec.ts
This commit is contained in:
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");
|
||||
}
|
Reference in New Issue
Block a user