diff --git a/netlify.toml b/netlify.toml index 441d7af..0839200 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,13 +6,13 @@ HUGO_THEME = "repo" [context.production] - command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}" + command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}/" [context.production.environment] HUGO_ENV = "production" [context.branch-deploy] - command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" + command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/" [context.deploy-preview] - command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" \ No newline at end of file + command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/" \ No newline at end of file