Skip to content

Commit 6f2ce3d

Browse files
fix(starlight): breaking configuration change
1 parent 78d5028 commit 6f2ce3d

File tree

2 files changed

+13
-28
lines changed

2 files changed

+13
-28
lines changed

astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ export default defineConfig({
3333
},
3434
},
3535
],
36-
social: {
37-
github: 'https://github.com/astrolicious/astro-tips.dev',
38-
discord: 'https://chat.astrolicious.dev/',
39-
},
36+
social: [
37+
{ icon: "github", label: "GitHub", href: "https://github.com/astrolicious/astro-tips.dev" },
38+
{ icon: "discord", label: "Discord", href: "https://chat.astrolicious.dev" }
39+
],
4040
sidebar: [
4141
{
4242
label: 'Home',

pnpm-lock.yaml

Lines changed: 9 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)