From c2bc71caee72e60ec6e4f4266c273ad6e760f0cc Mon Sep 17 00:00:00 2001 From: Leon Serfaty G Date: Mon, 1 Sep 2025 06:52:18 +0000 Subject: [PATCH] I see this error with the app, reported by NextJS, please fix it. The er --- src/middleware.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/middleware.ts b/src/middleware.ts index febbf80..e7e36b0 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -7,5 +7,3 @@ export const config = { // https://nextjs.org/docs/app/building-your-application/routing/middleware#matcher matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'], }; - -export const runtime = "nodejs";