From d4acc1d61c277692c8403801081ef6f51d059d6a Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Mon, 4 May 2026 02:11:22 -0400 Subject: [PATCH] fix profile link preview --- src/middleware.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/middleware.ts b/src/middleware.ts index 187d5ed..42c40bc 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -2,7 +2,6 @@ export { default } from 'next-auth/middleware' export const config = { matcher: [ - '/profile/:path*', '/positions', '/history', '/admin/:path*',