docs: configured x account link

This commit is contained in:
Neko Ayaka
2025-07-30 16:44:11 +08:00
parent 0588c281f2
commit 50e7353bd4
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -23,6 +23,7 @@ import {
rekaName,
rekaShortName,
releases,
x,
} from './meta'
import { frontmatterAssets } from './plugins/vite-frontmatter-assets'
@@ -205,6 +206,7 @@ export default defineConfig({
},
themeConfig: {
socialLinks: [
{ icon: 'x', link: x },
{ icon: 'discord', link: discord },
{ icon: 'github', link: github },
],