From 8791cd762202a7ba1f73af2e79fcc18a454128fe Mon Sep 17 00:00:00 2001 From: Colin <1580440944@qq.com> Date: Sat, 19 Dec 2020 13:30:39 +0800 Subject: [PATCH] fix url problem. zh & en now has same behavior --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 55bcbb5..c81811b 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseurl = "/" languageCode = "en-us" defaultContentLanguage = "zh-cn" -defaultContentLanguageInSubdir = true +defaultContentLanguageInSubdir = false theme = "hello-friend" paginate = 7