Header has working auth stuff. Good place to let ai takeover maybe

This commit is contained in:
2026-01-13 11:25:56 -06:00
parent 13775ea688
commit 43d010f7e4
4 changed files with 99 additions and 4 deletions

View File

@@ -29,6 +29,6 @@ export const config = {
'/((?!_next/static|_next/image|favicon.ico|monitoring-tunnel|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)',
'/((?!.*\\..*|_next).*)',
'/',
'/(api|trpc)(.*)',
'/(api)(.*)',
],
};