From b6db0bcadaba9058c73b1e3e96fba6b296855c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=BF=E7=B2=92=E4=BD=93XianlitiCN?= Date: Tue, 3 Feb 2026 13:20:21 +0800 Subject: [PATCH] Fix baseURL --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 0b99425..d093e84 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://example.org/' +baseURL = 'https://qingshuige.ink/' languageCode = 'zh-Hans' title = '清水阁' theme = 'PaperMod'