diff --git a/netlify.toml b/netlify.toml index 1f82ea136..bb8dcd390 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public" - command = "hugo -b $DEPLOY_PRIME_URL" + command = "hugo" [context.production.environment] HUGO_VERSION = "0.36" @@ -14,4 +14,5 @@ HUGO_VERSION = "0.36" [context.next.environment] + HUGO_BASEURL = "https://next--gohugoio.netlify.com/" HUGO_ENABLEGITINFO = "true" \ No newline at end of file