From 0ab82d6a84cbebd1eccb2198e6507510c609ce1f Mon Sep 17 00:00:00 2001 From: rick Date: Fri, 1 Nov 2024 19:13:41 +0800 Subject: [PATCH] fix: the root path of docs is incorrect --- docs/site/hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/hugo.toml b/docs/site/hugo.toml index 67c1f190..e8378328 100644 --- a/docs/site/hugo.toml +++ b/docs/site/hugo.toml @@ -1,9 +1,9 @@ -baseURL = "/" +baseURL = "/api-testing" title = "API Testing" # Language settings contentDir = "content" -defaultContentLanguage = "en" +defaultContentLanguage = "zh" defaultContentLanguageInSubdir = false # Useful when translating. enableMissingTranslationPlaceholders = true