Skip to content

Commit f73b957

Browse files
committed
Fix navbar link
1 parent 0d31c0a commit f73b957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
nav: [
1212
{ text: 'Home', link: '/' },
1313
{ text: 'Quick Start', link: '/getting-started/installation' },
14-
{ text: 'Components', link: '/components/index' }
14+
{ text: 'Components', link: '/components/introduction' }
1515
],
1616

1717
sidebar: [

0 commit comments

Comments
 (0)