Skip to content

Commit 24fbebd

Browse files
committed
feat: Update socials
1 parent e9500ae commit 24fbebd

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,19 @@ export default defineConfig({
1919
tableOfContents: {
2020
maxHeadingLevel: 4,
2121
},
22-
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/SunriseCommunity/Compass' }],
22+
social: [
23+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/SunriseCommunity/Compass' },
24+
{
25+
icon: 'discord',
26+
label: 'Discord',
27+
href: 'https://discord.sunrize.uk',
28+
},
29+
{
30+
icon: 'rocket',
31+
label: 'Server Instance',
32+
href: 'https://sunrize.uk',
33+
}
34+
],
2335
sidebar: [
2436
{
2537
label: 'Getting started',

0 commit comments

Comments
 (0)