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