From 279fa5ee4dd36265513348c59c2ca72d9c72a35e Mon Sep 17 00:00:00 2001 From: Clas Wen Date: Sun, 25 May 2025 11:58:41 +0800 Subject: [PATCH] fix mail link --- src/components/Footer.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 62c664f..0b9b793 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -22,7 +22,7 @@ const year = date.getFullYear();
联系我们: - {SITE_EMAIL} + {SITE_EMAIL}
@@ -50,7 +50,7 @@ const year = date.getFullYear();