Skip to content

Commit ffc8b7e

Browse files
Fix doc social link
1 parent 27f3669 commit ffc8b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default defineConfig({
2525
{ text: "Changelog", link: "/changelog" },
2626
],
2727

28-
socialLinks: [{ icon: "github", link: '"https://github.com/ComfortablyCoding/clickup.js' }],
28+
socialLinks: [{ icon: "github", link: "https://github.com/ComfortablyCoding/clickup.js" }],
2929
},
3030
vite: {
3131
plugins: [

0 commit comments

Comments
 (0)