From 890cff713ce3bf99a58fa2f34ca0eba12b0560cc Mon Sep 17 00:00:00 2001 From: cabbet Date: Wed, 9 Oct 2024 20:01:46 +0800 Subject: [PATCH] Update hugo.toml --- hugo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 2a859b6..62b336a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ # Base configuration -baseURL = "/" +baseURL = "https://huawei.github.io/css-docs/" title = "Huawei" contentDir = "content/zh-cn" defaultContentLanguage = "zh-cn" @@ -46,7 +46,7 @@ description = "Huawei Container Storage Suite" version_menu = "Releases" [[languages.en.params.versions]] version = "v4.5.0 (current)" - url = "http://8.44.188.128:1313/en/docs" + url = "https://huawei.github.io/css-docs/en/docs" [markup] [markup.goldmark] @@ -80,7 +80,7 @@ showLightDarkModeMenu = false [[params.versions]] version = "v4.5.0(当前版本)" - url = "http://8.44.188.128:1313/docs" + url = "https://huawei.github.io/css-docs/docs" [[menu.main]] name = "GitHub" @@ -125,4 +125,4 @@ showLightDarkModeMenu = false target = "assets" [[module.mounts]] source = "archetypes" - target = "archetypes" \ No newline at end of file + target = "archetypes"