diff --git a/apps/demo/hugo.toml b/apps/demo/hugo.toml index c984f478..2d4ed827 100644 --- a/apps/demo/hugo.toml +++ b/apps/demo/hugo.toml @@ -7,7 +7,7 @@ # See: https://gohugo.io/getting-started/configuration/ # ------------------------------------------------------------------------------------- -title = "Hugo FixIt Demo" +title = "FixIt Demo" baseURL = "https://demo.fixit.lruihao.cn/" # theme = "FixIt" diff --git a/apps/test/hugo.toml b/apps/test/hugo.toml index 7c0bf6a6..b80884a7 100644 --- a/apps/test/hugo.toml +++ b/apps/test/hugo.toml @@ -3,7 +3,7 @@ # See: https://gohugo.io/configuration/all/ # ------------------------------------------------------------------------------------- -title = "Hugo FixIt TEST" +title = "FixIt TEST" baseURL = "https://demo.fixit.lruihao.cn/test/" ignoreLogs = [ "warning-file-tree" ]