Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-08-25 00:06:35 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-08-25 00:06:35 +0300
commita56c970e363abe2bed46885b76f46fc1cc344665 (patch)
treea578e683e2644822edaf7490ea9e1996d391d908 /netlify.toml
parent0c791bdec911f226cbaeb030c63778364b291d51 (diff)
test(netlify): fix baseURL
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml5
1 files 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