From c1416cecb2b7a01112a3a563289db709c38dc96f Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Mon, 23 Sep 2024 16:02:05 -0400 Subject: [PATCH] Update baseURL configuration --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 1cf9848..85e096c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = "/" +baseURL = "https://ethanyoo.com/" copyright = "Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Please support free culture by using Creative Commons licenses." enableGitInfo = true enableInlineShortcodes = true