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