From a56c970e363abe2bed46885b76f46fc1cc344665 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Mon, 24 Aug 2020 23:06:35 +0200 Subject: [PATCH] test(netlify): fix baseURL --- netlify.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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