From 64b130df14aaae179e89b4b00c241015e269909e Mon Sep 17 00:00:00 2001 From: sineio Date: Thu, 16 May 2024 14:24:58 +0800 Subject: [PATCH] modify config.toml --- config/_default/config.toml | 2 +- hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 99dc50a..268ea25 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,7 +2,7 @@ # https://jpanther.github.io/congo/docs/getting-started/ # 网站根目录的 URL -# baseURL = "https://sine-io.github.io/" +baseURL = "https://sineio.top/" # 主题组件和内容的默认语言 defaultContentLanguage = "zh-cn" diff --git a/hugo.toml b/hugo.toml index 219426b..41a2bac 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,3 @@ -baseURL = 'https://sine-io.github.io' +baseURL = 'https://sine-io.github.io/' languageCode = 'zh-cn' title = '@SineIO'