/
githubmirror
/
Open-Assistant
Обзор
Документация
Войти
/
githubmirror
/
Open-Assistant
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.0.2-alpha13
website/src/middleware.ts
20 строк
391 B
notmd
Use SSR for every pages (#2334)
07 апр 2023, 18:22
Не верифицирован
07 апр 2023, 18:22
491765f
Код
Авторство
О чём код?
export { default } from "next-auth/middleware"; /** * Guards these pages and redirects them to the sign in page. */ export const config = { matcher: [ "/create/:path*", "/evaluate/:path*", "/label/:path*", "/account/:path*", "/dashboard", "/admin/:path*", "/tasks/:path*", "/leaderboard", "/messages/:path*", "/chat", "/chat/:path*", ], };