Skip to content

Commit 577224d

Browse files
authored
[Docs Site] Fix index.html.md routing (#20169)
1 parent b3d33b6 commit 577224d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[...entry]/index.html.md.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const getStaticPaths = (async () => {
1010
return {
1111
params: {
1212
// https://llmstxt.org/: (URLs without file names should append index.html.md instead.)
13-
entry: entry.id + "/index",
13+
entry: entry.id,
1414
},
1515
props: {
1616
entry,

0 commit comments

Comments
 (0)