Skip to content

Commit c3f62fd

Browse files
committed
Update astro.config.mjs
1 parent 4773aa8 commit c3f62fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ export default defineConfig({
1515
src: './src/assets/plexlogo.png',
1616
},
1717
favicon: '/favicon.ico',
18-
social: {
19-
github: 'https://github.com/plexusorg',
20-
discord: 'https://discord.plex.us.org',
21-
},
18+
social: [
19+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/plexusorg' },
20+
{ icon: 'discord', label: 'Discord', href: 'https://discord.plex.us.org' },
21+
],
2222
sidebar: [
2323
{
2424
label: "leadingNavLinks",

0 commit comments

Comments
 (0)