minor changes

This commit is contained in:
Ludwig Lehnert
2026-03-28 08:25:34 +01:00
parent 085d5e26cf
commit 12e4bcddc6
5 changed files with 18 additions and 27 deletions

View File

@@ -36,5 +36,5 @@ export function proxy(request) {
}
export const config = {
matcher: ['/manage/:path*'],
matcher: ['/manage', '/manage/((?!api/).*)'],
};