summaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 48dbf1e..c5104bd 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
- publish = 'exampleSite/public'
- command = 'hugo --gc --verbose --minify'
+ publish = 'public'
+ command = 'hugo --source=exampleSite --gc --verbose --minify --destination ../public'
[context.production.environment]
HUGO_VERSION = '0.99.1'