Skip to content

Commit be09926

Browse files
apoint123Steve-xmh
authored andcommitted
docs: 修复构建
1 parent 373cef1 commit be09926

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

packages/docs/astro.config.mjs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,13 @@ export default defineConfig({
129129
lang: "en",
130130
},
131131
},
132-
social: {
133-
github: "https://github.com/Steve-xmh/applemusic-like-lyrics",
134-
},
132+
social: [
133+
{
134+
icon: "github",
135+
label: "GitHub",
136+
href: "https://github.com/Steve-xmh/applemusic-like-lyrics",
137+
},
138+
],
135139
plugins: [
136140
{
137141
name: "typedoc",

0 commit comments

Comments
 (0)