From 11be9e3dba953490c39fea4566fd1fc7ee13a6c4 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Fri, 8 Nov 2024 19:42:23 +0800 Subject: [PATCH] fix: correct GitHub URL in app configuration --- app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index 690d261..d6419c0 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,8 +1,8 @@ export default defineAppConfig({ title: 'Sink', email: 'sink.cool@miantiao.me', + github: 'https://github.com/ccbikai/sink', twitter: 'https://sink.cool/kai', - github: 'https://sink.cool/github', telegram: 'https://sink.cool/telegram', mastodon: 'https://sink.cool/mastodon', blog: 'https://sink.cool/blog',