From 63c4066b8f94dc12ad21843e5e4000a17ae08fa6 Mon Sep 17 00:00:00 2001 From: Dogan Ulus Date: Mon, 22 Jan 2024 23:19:41 +0300 Subject: [PATCH] Fix baseURL --- config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index f6c2ab9..39f3f29 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -5,7 +5,7 @@ paginate = 9 enableGitInfo = true # additional settings -baseURL = "https://example.com/" +baseURL = "https://bouncmpe.github.io/rv24/" canonifyURLs = false enableEmoji = true enableRobotsTXT = true