From 5ca6cd37991f33587e645ad37f5b64a4b4a465d3 Mon Sep 17 00:00:00 2001 From: lsy Date: Mon, 10 Mar 2025 20:43:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=AB=99=E7=82=B9=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index 1bd2143..c2159dd 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,4 +1,4 @@ -export const SITE_URL = 'https://lsy22.com'; +export const SITE_URL = 'https://blog.lsy22.com'; export const SITE_NAME = "echoes"; export const SITE_DESCRIPTION = "记录生活,分享所思";