Skip to content

Commit 2940257

Browse files
ci: try to fix failing docs build in gh action (worked on my machine...)
1 parent 2cfbaee commit 2940257

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/pages/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ showOutline: 2
99
showSidebar: true
1010
---
1111

12-
import { Footer } from '../components/Footer'
13-
import { Demo } from '../components/Demo'
12+
import { Footer } from '../components/footer.tsx'
1413

1514
import { HomePage } from'vocs/components'
1615

@@ -34,5 +33,4 @@ import { HomePage } from'vocs/components'
3433
</HomePage.Buttons>
3534
</HomePage.Root>
3635

37-
{/* <Demo /> */}
3836
<Footer />

0 commit comments

Comments
 (0)