Skip to content

Commit 9efd017

Browse files
committed
refactor: simplify social links configuration in VitePress
- Removed unnecessary entries from the social links array - Retained only the GitHub link for clarity and conciseness - Streamlined the configuration for better maintainability
1 parent a9e37f9 commit 9efd017

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,7 @@ export default defineConfig({
145145
],
146146

147147
socialLinks: [
148-
{ icon: 'github', link: 'https://github.com/altus4/core' },
149-
{
150-
icon: {
151-
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9,22 9,12 15,12 15,22"/></svg>',
152-
},
153-
link: 'https://altus4.thavarshan.com',
154-
ariaLabel: 'Back to Main Site',
155-
},
148+
{ icon: 'github', link: 'https://github.com/altus4/core' }
156149
],
157150
},
158151
});

0 commit comments

Comments
 (0)