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:
authorrmaguiar <rmaguiar@tuta.io>2020-07-23 22:47:39 +0300
committerrmaguiar <rmaguiar@tuta.io>2020-07-23 22:47:39 +0300
commitb34188c3cc1a03be58bfe053d5c97efc6409be1e (patch)
tree7ed0ab31064e1a9ad6e93a01ff877d4ca3715ef1
parent08f4e1c933bf1a136f104111cbc2f3fffdc204b2 (diff)
Update netlify.toml
-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"