Skip to content

Commit 11be9e3

Browse files
committed
fix: correct GitHub URL in app configuration
1 parent f6f9b6a commit 11be9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export default defineAppConfig({
22
title: 'Sink',
33
email: 'sink.cool@miantiao.me',
4+
github: 'https://github.com/ccbikai/sink',
45
twitter: 'https://sink.cool/kai',
5-
github: 'https://sink.cool/github',
66
telegram: 'https://sink.cool/telegram',
77
mastodon: 'https://sink.cool/mastodon',
88
blog: 'https://sink.cool/blog',

0 commit comments

Comments
 (0)