summaryrefslogtreecommitdiffstats
path: root/hugolib/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/config.go')
-rw-r--r--hugolib/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hugolib/config.go b/hugolib/config.go
index 9ccb87014..8e73a35ec 100644
--- a/hugolib/config.go
+++ b/hugolib/config.go
@@ -242,6 +242,7 @@ func (l configLoader) applyConfigDefaults() error {
"watch": false,
"resourceDir": "resources",
"publishDir": "public",
+ "publishDirOrig": "public",
"themesDir": "themes",
"buildDrafts": false,
"buildFuture": false,