diff --git a/netlify.toml b/netlify.toml index 344c3e20..21279c02 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public" -command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" +command = "hugo --gc --minify -b $URL" [context.production.environment] HUGO_VERSION = "0.58.3"