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-09-09 00:49:06 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-09 00:49:06 +0300
commit321226b42d55b7521c663afe430e52b22ff2ff0e (patch)
tree8fe0bccd39d609e251d15ee4f6610fb8ee0d544f /netlify.toml
parentc36f81116284cd97d11d4927c8084729a5c45e9f (diff)
doc(exampleSite): change example site domain
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index a085826..ab4cef0 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -6,7 +6,7 @@
HUGO_THEME = "repo"
[context.production]
- command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}/"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
[context.production.environment]
HUGO_ENV = "production"