chore: add discord invite

This commit is contained in:
Keksi 2023-06-25 12:05:51 +02:00
parent 798199b467
commit ccefa9eeb5

View File

@ -52,7 +52,8 @@ export default defineConfig({
], ],
socialLinks: [ socialLinks: [
{ icon: 'github', link: 'https://github.com/LonaDB/Server' } { icon: 'github', link: 'https://github.com/LonaDB/Server' },
{ icon: 'discord', link: 'https://discord.gg/tBWVGQt8sP' }
] ]
} }
}) })