79456131

Date: 2025-02-21 00:44:44
Score: 1.5
Natty:
Report link

My middleware was running on my static assets. I needed to add the following to my middleware.ts file:

export const config = {
  matcher: [
    '/((?!_next/static|_next/image|favicon.ico|api).*)',
  ],
};
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: someguywhocodes