From 17d9a47df40428341728b8979daf262cad083b13 Mon Sep 17 00:00:00 2001 From: Loping151 <97866915+Loping151@users.noreply.github.com> Date: Sat, 21 Sep 2024 02:16:32 +0800 Subject: [PATCH 1/2] add USER_SITE into config --- src/components/Footer.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 5815433..afe2cba 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,5 +1,6 @@ --- import { USER_NAME } from "../consts"; +import { USER_SITE } from "../consts"; ---