banatie-service/apps
Oleg Proskurin 358e4db0e3 fix(docs): sidebar active state not showing due to trailing slash mismatch
Next.js usePathname() returns paths with trailing slashes during static
generation (e.g., /docs/) but navigation hrefs use paths without trailing
slashes (e.g., /docs). The strict equality comparison was always failing.

Added path normalization to strip trailing slashes before comparison.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 16:03:46 +07:00
..
admin feat: update setup 2025-10-12 21:12:58 +07:00
api-service refactor: simplify storage path to {org}/{proj}/img/{imageId} 2025-12-27 19:47:18 +07:00
landing fix(docs): sidebar active state not showing due to trailing slash mismatch 2025-12-31 16:03:46 +07:00
studio feat: add gallery 2025-10-12 00:30:16 +07:00