feat: modernize landing page design, localize login/forgot password forms, and add public privacy/imprint pages
All checks were successful
Staging Build / build (push) Successful in 2m42s

This commit is contained in:
DanielS
2026-06-25 22:25:11 +02:00
parent 08382ff4a1
commit e93cf7805c
8 changed files with 525 additions and 114 deletions

View File

@@ -53,6 +53,8 @@ export async function updateSession(request: NextRequest) {
if (
request.nextUrl.pathname !== "/" &&
request.nextUrl.pathname !== "/impressum" &&
request.nextUrl.pathname !== "/datenschutz" &&
!user &&
!request.nextUrl.pathname.startsWith("/login") &&
!request.nextUrl.pathname.startsWith("/auth")