From 3c789c78f24deb8cce888d19a40e30f0d4295f2e Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sat, 14 Jun 2025 19:23:04 -0500 Subject: [PATCH] fixed posts path --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 701bdd5..d0e2dbc 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. @@ -102,4 +102,4 @@ pagination.pagerSize = 5 [markup.goldmark.renderHooks.image] enableDefault = true [markup.goldmark.renderHooks.link] - enableDefault = true + enableDefault = true \ No newline at end of file