Skip to content

Commit d349da3

Browse files
authored
feat: add rendering index.md by default (#202)
1 parent 37f9bd3 commit d349da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/Body.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const Body = () => {
1717
w="$full"
1818
gap="$4"
1919
>
20-
<Readme files={["header.md", "top.md"]} fromMeta="header" />
20+
<Readme files={["header.md", "top.md", "index.md"]} fromMeta="header" />
2121
<Nav />
2222
<Obj />
2323
<Readme

0 commit comments

Comments
 (0)