I see this error with the app, reported by NextJS, please fix it. The er

This commit is contained in:
Leon Serfaty G
2025-09-01 06:52:18 +00:00
parent 3972548260
commit c2bc71caee
-2
View File
@@ -7,5 +7,3 @@ export const config = {
// https://nextjs.org/docs/app/building-your-application/routing/middleware#matcher // https://nextjs.org/docs/app/building-your-application/routing/middleware#matcher
matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'], matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'],
}; };
export const runtime = "nodejs";