From fd05a3999e5747a2bdc4bc02b240eee00534233c Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Fri, 6 Jun 2025 12:24:27 -0500 Subject: [PATCH] pipeline tests --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 2ea534d..e041f55 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,5 @@ baseURL = 'https://blog.theoswalds.com/' languageCode = 'en-us' title = 'Richard Blog' -theme = 'PaperMod' \ No newline at end of file +theme = 'PaperMod' +publishDir = /public \ No newline at end of file