MeetUp/src/middleware.ts
SomeCodecat 47f149d837
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m1s
docker-build / docker (pull_request) Successful in 4m44s
feat(routing): exclude fonts from redirect
2025-05-23 11:09:17 +02:00

7 lines
247 B
TypeScript

export { auth as middleware } from '@/auth';
export const config = {
matcher: [
'/((?!api|_next/static|_next/image|site\.webmanifest|web-app-manifest-(?:192x192|512x512)\.png|favicon(?:-(?:dark|light))?\.(?:png|svg|ico)|fonts).*)',
],
};