diff --git a/app.config.ts b/app.config.ts index 919ec00..915f0a2 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,5 +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', description: 'A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.', image: 'https://sink.cool/banner.png', previewTTL: 24 * 3600, // 24h diff --git a/components/dashboard/Breadcrumb.vue b/components/dashboard/Breadcrumb.vue index ad84c85..5cd5077 100644 --- a/components/dashboard/Breadcrumb.vue +++ b/components/dashboard/Breadcrumb.vue @@ -7,6 +7,7 @@ defineProps({ required: true, }, }) +const { title } = useAppConfig()