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