kalhdrawi commited on
Commit
81c35d1
·
1 Parent(s): 4a3e131

Reupload OmniDev clean version

Browse files
Files changed (1) hide show
  1. middleware.ts +1 -1
middleware.ts CHANGED
@@ -15,7 +15,7 @@ export function middleware(request: NextRequest) {
15
 
16
  return response;
17
  }
18
-
19
  export const config = {
20
  matcher: ["/((?!api|_next/static|_next/image|favicon.ico).*)"],
21
  };
 
15
 
16
  return response;
17
  }
18
+ // export function middleware(request: NextRequest)
19
  export const config = {
20
  matcher: ["/((?!api|_next/static|_next/image|favicon.ico).*)"],
21
  };