From c898c87c545d5ac6beeac42b1b935e5a34685f3d Mon Sep 17 00:00:00 2001 From: Kian Newman-Hazel Date: Fri, 21 Feb 2025 13:31:24 +0000 Subject: [PATCH] [Docs Site] Fix index.html.md routing --- src/pages/[...entry]/index.html.md.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[...entry]/index.html.md.ts b/src/pages/[...entry]/index.html.md.ts index 4ab9061dd726295..f89b70f375c3560 100644 --- a/src/pages/[...entry]/index.html.md.ts +++ b/src/pages/[...entry]/index.html.md.ts @@ -10,7 +10,7 @@ export const getStaticPaths = (async () => { return { params: { // https://llmstxt.org/: (URLs without file names should append index.html.md instead.) - entry: entry.id + "/index", + entry: entry.id, }, props: { entry,