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,