From bd762d32a97acff2870d23ae7fd2303deee38dce Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 May 2026 06:00:15 +0000 Subject: [PATCH] feat(web): redirect /devops -> /settings?section=DevOps The DevOps panel lives inside Settings, but typing /devops directly hit the catch-all NotFoundView. Add a Navigate redirect so the shorthand URL works. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- web/src/components/layout/AppShell.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/layout/AppShell.tsx b/web/src/components/layout/AppShell.tsx index 5a284e1..5ecf8bd 100644 --- a/web/src/components/layout/AppShell.tsx +++ b/web/src/components/layout/AppShell.tsx @@ -92,6 +92,7 @@ export function AppShell() { } /> } /> } /> + } /> } />