refactor: Move Navbar and Footer to global RootLayout, deduplicating page imports

This commit is contained in:
AyrisAI
2026-07-12 20:54:22 +03:00
parent f696d359b0
commit 2f2dafcfb9
11 changed files with 10 additions and 45 deletions
+1
View File
@@ -12,6 +12,7 @@ export async function proxy(request: NextRequest) {
return NextResponse.redirect(new URL('/login', request.url))
}
}
request.headers.set('x-pathname', request.nextUrl.pathname)
return intlMiddleware(request)
}