Production Deployment Fixes and Enhancements #3

Merged
ilia merged 38 commits from dev into main 2026-01-04 16:37:35 -05:00
Showing only changes of commit b25e1cab2d - Show all commits

View File

@ -2,7 +2,7 @@ import { NextResponse } from "next/server"
import type { NextRequest } from "next/server"
import { getToken } from "next-auth/jwt"
export async function middleware(request: NextRequest) {
export async function proxy(request: NextRequest) {
const pathname = request.nextUrl.pathname
// Public routes - allow access