From 66fa4e66502307a1dff49157c4e359e5c7b30bb2 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Sun, 11 May 2025 13:16:45 +0800 Subject: [PATCH] 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. --- components/layouts/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layouts/Footer.vue b/components/layouts/Footer.vue index 3ca84ec..6b0adec 100644 --- a/components/layouts/Footer.vue +++ b/components/layouts/Footer.vue @@ -8,7 +8,7 @@ const { title, email, telegram, blog, twitter, mastodon, github } = useAppConfig