Skip to content

Commit 31901b5

Browse files
committed
🛠📦(deps): upgrade npm packages
1 parent 04b138e commit 31901b5

File tree

4 files changed

+1258
-1733
lines changed

4 files changed

+1258
-1733
lines changed

astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export default defineConfig({
2727
content: 'https://xplex.me/preview.png',
2828
},
2929
}],
30-
social: {
31-
'github': 'https://github.com/xplexHQ',
32-
'x.com': 'https://x.com/xplexHQ',
33-
},
30+
social: [
31+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/xplexHQ' },
32+
{ icon: 'x.com', label: '𝕏', href: 'https://x.com/xplexHQ' },
33+
],
3434
sidebar: [
3535
{
3636
label: 'Introduction',

0 commit comments

Comments
 (0)