From 609bd45f11870662b0bbd8955b861ada7855a89b Mon Sep 17 00:00:00 2001 From: butubb <1422726308@qq.com> Date: Wed, 7 Jan 2026 11:11:14 +0800 Subject: [PATCH] change baseurl --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 036d64e..bc666b7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://8butubb.github.io/' +baseURL = 'https://blog.butubb.cn/' languageCode = 'zh-cn' title = '日志' theme = 'PaperMod'