Skip to content

Commit 5c7fe44

Browse files
committed
refactor: streamline social links configuration in VitePress
- Consolidated social links array into a single line for improved readability - Maintained only the GitHub link for clarity and conciseness
1 parent 9efd017 commit 5c7fe44

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ export default defineConfig({
144144
},
145145
],
146146

147-
socialLinks: [
148-
{ icon: 'github', link: 'https://github.com/altus4/core' }
149-
],
147+
socialLinks: [{ icon: 'github', link: 'https://github.com/altus4/core' }],
150148
},
151149
});

0 commit comments

Comments
 (0)