From 4982231d5f78e752766bf210268f806f674516c6 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 19 Apr 2026 02:37:54 +0800 Subject: [PATCH] chore(i): update demo and test titles --- apps/demo/hugo.toml | 2 +- apps/test/hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ]