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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 32e8a2c..16b4877 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,7 +1,7 @@
[build]
command = "hugo --gc --minify --themesDir ../../"
base = "exampleSite"
- publish = "exampleSite/public"
+ publish = "public"
[build.environment]
HUGO_BASEURL = "https://color-your-world-demo.netlify.app"