docs: fix redirect infrastructure modules (#12238)

* docs: fix redirect infrastructure modules

* change middleware
This commit is contained in:
Shahed Nasser
2025-04-18 14:19:55 +03:00
committed by GitHub
parent db0fe0fc91
commit 9167352778
6 changed files with 9 additions and 12 deletions
@@ -43,6 +43,7 @@ export async function GET(req: NextRequest, { params }: Params) {
headers: {
"Content-Type": "text/markdown",
},
status: 200,
})
}