diff --git a/website/src/middleware.ts b/website/src/middleware.ts index 31c2cb4e..8e48d3b7 100644 --- a/website/src/middleware.ts +++ b/website/src/middleware.ts @@ -4,5 +4,5 @@ export { default } from "next-auth/middleware"; * Guards all pages under `/grading` and redirects them to the sign in page. */ export const config = { - matcher: ["/create/:path*", "/evaluate/:path*", "/grading/:path*", "/account/:path*", "/summarize/:path*"], + matcher: ["/create/:path*", "/evaluate/:path*", "/account/:path*"], }; diff --git a/website/src/pages/404.tsx b/website/src/pages/404.tsx index 80eee036..76fb0b67 100644 --- a/website/src/pages/404.tsx +++ b/website/src/pages/404.tsx @@ -11,11 +11,9 @@ export default function Error() { 404 - Open Assistant -

Sorry, the page you are looking for does not exist.

-