diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index a25f3f6..e8d919f 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -81,7 +81,7 @@ export default defineConfig({ }, }, }, - socialLinks: [{ icon: 'github', link: 'https://github.com/gkd-kit/gkd' }], + socialLinks: [{ icon: 'github', link: 'https://github.com/gkd-kit' }], footer: { message: 'Released under the GPL-v3 License.', copyright: `Copyright © ${new Date().getFullYear()} GKD. All rights reserved`,