From f638d52de1bee9b2bb7110a424b9b71b0863b0be Mon Sep 17 00:00:00 2001 From: tjq Date: Thu, 21 May 2020 13:13:12 +0800 Subject: [PATCH] [fix] fix the hugo 404 in gitee pages --- others/guidance/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/guidance/config.toml b/others/guidance/config.toml index c5a22949..e49a4846 100644 --- a/others/guidance/config.toml +++ b/others/guidance/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://kfcfans.gitee.io" +baseURL = "https://kfcfans.gitee.io/ohmyscheduler" languageCode = "en-us" title = "OhMyScheduler" theme = "book"