mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
Remove the --cleanDestinationDir flag
This is no longer supported. Since Hugo 0.32 we do static sync and build in parallel. Closes #4246
This commit is contained in:
@@ -164,7 +164,6 @@ func loadDefaultSettingsFor(v *viper.Viper) error {
|
||||
return err
|
||||
}
|
||||
|
||||
v.SetDefault("cleanDestinationDir", false)
|
||||
v.SetDefault("watch", false)
|
||||
v.SetDefault("metaDataFormat", "toml")
|
||||
v.SetDefault("disable404", false)
|
||||
|
Reference in New Issue
Block a user