Skip to content

Commit e52a7d5

Browse files
committed
refactor: comment out index page components
1 parent a7e1804 commit e52a7d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/index.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const description =
88
---
99

1010
<RootLayout {title} {description}>
11-
<Test msg={"foo"} client:load />
12-
<p>Logo and name</p>
13-
<p>Automatically generated documentation for typed npm packages.</p>
14-
<p>How to use</p>
15-
<p>Link to guide</p>
16-
<p>What is jsDocs.io</p>
11+
<!-- <Test msg={"foo"} client:load /> -->
12+
<!-- <p>Logo and name</p> -->
13+
<!-- <p>Automatically generated documentation for typed npm packages.</p> -->
14+
<!-- <p>How to use</p> -->
15+
<!-- <p>Link to guide</p> -->
16+
<!-- <p>What is jsDocs.io</p> -->
1717
</RootLayout>

0 commit comments

Comments
 (0)