From 06c724c14150586632f9f3604ad498ed135e2c89 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sun, 6 Sep 2020 13:23:57 +0200 Subject: fix(netlify): add ending slash to baseURL --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'netlify.toml') 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 -- cgit v1.2.3