diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 1072cf8..f63b60e 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -52,7 +52,8 @@ export default defineConfig({ ], socialLinks: [ - { icon: 'github', link: 'https://github.com/LonaDB/Server' } + { icon: 'github', link: 'https://github.com/LonaDB/Server' }, + { icon: 'discord', link: 'https://discord.gg/tBWVGQt8sP' } ] } })