We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33121cd commit 21830c9Copy full SHA for 21830c9
src/middleware.ts
@@ -19,7 +19,6 @@ export const config = {
19
20
// This function can be marked `async` if using `await` inside
21
export function middleware(request: NextRequest) {
22
- // Remove the llms.txt handling - it's now handled by Next.js redirects
23
return handleRedirects(request);
24
}
25
0 commit comments