fix: correct GitHub URL in app configuration
This commit is contained in:
parent
f6f9b6a462
commit
11be9e3dba
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
export default defineAppConfig({
|
export default defineAppConfig({
|
||||||
title: 'Sink',
|
title: 'Sink',
|
||||||
email: 'sink.cool@miantiao.me',
|
email: 'sink.cool@miantiao.me',
|
||||||
|
github: 'https://github.com/ccbikai/sink',
|
||||||
twitter: 'https://sink.cool/kai',
|
twitter: 'https://sink.cool/kai',
|
||||||
github: 'https://sink.cool/github',
|
|
||||||
telegram: 'https://sink.cool/telegram',
|
telegram: 'https://sink.cool/telegram',
|
||||||
mastodon: 'https://sink.cool/mastodon',
|
mastodon: 'https://sink.cool/mastodon',
|
||||||
blog: 'https://sink.cool/blog',
|
blog: 'https://sink.cool/blog',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue