From bd834239ee9be2d037ad530a222e8e3fe7c3143d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Kl=C3=ADma?= Date: Mon, 26 May 2025 09:01:10 +0200 Subject: [PATCH] Updated URL redirects in documentation again --- www/routes/docs/[...slug].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/routes/docs/[...slug].tsx b/www/routes/docs/[...slug].tsx index fce78c0..e4efbcb 100644 --- a/www/routes/docs/[...slug].tsx +++ b/www/routes/docs/[...slug].tsx @@ -25,7 +25,7 @@ export const handler: Handlers = { const slug = ctx.params.slug !== undefined ? ctx.params.slug : ""; const redirects = { - "": "/docs/about-ldkit", + "": "about-ldkit", "how-to/query-with-comunica": "features/query-with-comunica", };