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:
Richard Kuo (Danswer)
2024-12-04 19:10:25 -08:00
48 changed files with 540 additions and 406 deletions

View File

@@ -0,0 +1,5 @@
import { redirect } from "next/navigation";
export default function NotFound() {
redirect("/chat");
}