fix: update footer link to point to the new site

- Changes the footer logo link from the root path to the new URL "https://sink.cool" for better accessibility and branding.
This commit is contained in:
ccbikai 2025-05-11 13:16:45 +08:00
parent d6b542fb9d
commit 66fa4e6650

View file

@ -8,7 +8,7 @@ const { title, email, telegram, blog, twitter, mastodon, github } = useAppConfig
<section class="md:pt-6">
<div class="container flex flex-col items-center py-8 mx-auto sm:flex-row">
<a
href="/"
href="https://sink.cool"
class="text-xl font-black leading-none text-gray-900 select-none dark:text-gray-100 logo"
:title="title"
>{{ title }}</a>