Skip to content

Commit 9838553

Browse files
committed
Add social links to the docs
1 parent 176cea8 commit 9838553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export default defineConfig({
6363
],
6464

6565
socialLinks: [
66+
{ icon: 'x', link: 'https://x.com/usehydro' },
6667
{ icon: 'github', link: 'https://github.com/hydrostack/hydro/' },
67-
// { icon: 'twitter', link: 'https://twitter.com/usehydro' },
6868
]
6969
}
7070
})

0 commit comments

Comments
 (0)