diff --git a/netlify.toml b/netlify.toml index 8ef10bbafe..60b1323ef7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,5 +3,6 @@ command = "cd exampleSite && hugo --gc --themesDir ../.." [build.environment] - HUGO_VERSION = "0.71.1" - HUGO_THEME = "repo" \ No newline at end of file + HUGO_VERSION = "0.73.0" + HUGO_THEME = "repo" + HUGO_BASEURL = "/" \ No newline at end of file