chore: update social links to use a unified domain format
This commit is contained in:
parent
71b96338ff
commit
393771631f
1 changed files with 5 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
|||
export default defineAppConfig({
|
||||
title: 'Sink',
|
||||
twitter: 'https://x.com/0xKaiBi',
|
||||
github: 'https://github.com/ccbikai/sink',
|
||||
email: 'sink.cool@miantiao.me',
|
||||
telegram: 'https://t.me/htmlzone',
|
||||
mastodon: 'https://c.im/@mt',
|
||||
blog: 'https://mt.ci',
|
||||
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',
|
||||
description: 'A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.',
|
||||
image: 'https://sink.cool/banner.png',
|
||||
previewTTL: 24 * 3600, // 24h
|
||||
|
|
|
|||
Loading…
Reference in a new issue