fixed middleware
All checks were successful
Build frontend / build (push) Successful in 1m36s

This commit is contained in:
hamzaobed7
2026-08-08 13:45:58 +03:00
parent 989a7f580f
commit e3e9aa81a8

View File

@ -48,5 +48,5 @@ export function middleware(request) {
}
export const config = {
matcher: ["/((?!api|_next/static|_next/image|favicon.ico|.*\\.(?:png|jpg|jpeg|gif|svg|ico|webp|css|js|woff|woff2|ttf|eot)$).*)"],
matcher: ["/((?!api|_next/static|_next/image|favicon.ico|.*\\.(?:png|jpg|jpeg|gif|svg|ico|webp|css|js|woff|woff2|ttf|eot|apk)$).*)"],
};