Skip to content

Commit df8a995

Browse files
committed
fix: social links
1 parent 88534d4 commit df8a995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
logo: { src: '/images/logo.svg', height: 24 },
1010
socialLinks: [
1111
{ icon: 'github', link: 'https://github.com/rustfs/rustfs' },
12-
{ icon: 'twitter', link: 'https://twitter.com/rustfs' },
12+
{ icon: 'twitter', link: 'https://twitter.com/rustfsofficial' },
1313
{ icon: 'weibo', link: 'https://weibo.com/rustfs' },
1414
],
1515
search: {

0 commit comments

Comments
 (0)