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 = "记录生活,分享所思";