import { NextRequest, NextResponse } from 'next/server' export function middleware(_req: NextRequest) { return NextResponse.next() }