diff --git a/netlify.toml b/netlify.toml index 0350ce5..c881a36 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,7 @@ [build] publish = "exampleSite/public" - command = "cd exampleSite && hugo --gc --themesDir ../.." + command = "cd exampleSite && hugo --gc --themesDir ../.. -b $DEPLOY_PRIME_URL" [build.environment] HUGO_VERSION = "0.74.3" - HUGO_THEME = "repo" - HUGO_BASEURL = "$DEPLOY_PRIME_URL" \ No newline at end of file + HUGO_THEME = "repo" \ No newline at end of file