Skip to content

Commit 21830c9

Browse files
authored
Update middleware.ts
removing leftover log text
1 parent 33121cd commit 21830c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/middleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const config = {
1919

2020
// This function can be marked `async` if using `await` inside
2121
export function middleware(request: NextRequest) {
22-
// Remove the llms.txt handling - it's now handled by Next.js redirects
2322
return handleRedirects(request);
2423
}
2524

0 commit comments

Comments
 (0)