From 093ae7315a5fbe78db2fb97914f5bcd1073e8ddf Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Mon, 16 Jun 2025 17:42:56 -0500 Subject: [PATCH] fixed publishdir --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 49d443f..4d5f567 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -publishDir = './public' +publishDir = '/public' baseURL = 'https://blog.theoswalds.com/' languageCode = "en-us" # Add it only if you keep the theme in the `themes` directory.