mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add custom organization logo feature
This commit is contained in:
parent
8c058db5c6
commit
91cb5740ef
16 changed files with 396 additions and 140 deletions
|
|
@ -25,7 +25,7 @@ export default function middleware(req: NextRequest) {
|
|||
|
||||
// Organizations & Global settings
|
||||
if (pathname.startsWith("/organizations")) {
|
||||
return NextResponse.rewrite(new URL("/organizations", req.url));
|
||||
return NextResponse.rewrite(new URL(pathname, req.url));
|
||||
}
|
||||
|
||||
// Dynamic Pages Editor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue