feat: Don't run middleware on _next, .*avatar.png & favicon.ico (#10344)

This commit is contained in:
Alex van Andel
2023-07-24 09:55:55 -07:00
committed by GitHub
parent 365b95e28a
commit 0138fdd971
+1 -1
View File
@@ -78,7 +78,7 @@ const middleware: NextMiddleware = async (req) => {
export const config = {
matcher: [
"/:path*",
"/((?!_next|.*avatar.png$|favicon.ico$).*)",
"/api/collect-events/:path*",
"/api/auth/:path*",
"/apps/routing_forms/:path*",