1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-28 10:49:58 +02:00

config: add Discord invite to navbar

This commit is contained in:
lifehackerhansol
2024-09-21 23:14:19 -07:00
parent eb56fd730d
commit d0648eac1c

View File

@@ -21,6 +21,7 @@ export default defineConfig({
}, },
themeConfig: { themeConfig: {
socialLinks: [ socialLinks: [
{ icon: 'discord', link: 'https://discord.gg/MWxPgEp' },
{ icon: 'github', link: 'https://github.com/hacks-guide/Guide_3DS' } { icon: 'github', link: 'https://github.com/hacks-guide/Guide_3DS' }
] ]
}, },