Astro Middleware - Matcher for paths

Is there any way to do this next js feature inside AstroJS middleware ?
import { NextRequest, NextResponse } from 'next/server';

export async function middleware(req: NextRequest) {


return NextResponse.next();
}

export const config = {
matcher: ['/api/users/:path*', '/api/admin/:path*']
};
import { NextRequest, NextResponse } from 'next/server';

export async function middleware(req: NextRequest) {


return NextResponse.next();
}

export const config = {
matcher: ['/api/users/:path*', '/api/admin/:path*']
};
Thanks!
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server